Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:10:09 +01:00
parent 7bdb2122d4
commit 55841a73fc

17
meta/libraries.json Normal file
View File

@ -0,0 +1,17 @@
{
"key": "regex",
"name": "Regex",
"authors": [
"John Maddock"
],
"description": "Regular expression library.",
"std": [
"tr1"
],
"category": [
"String"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>"
]
}