Merge pull request #5 from danieljames/metadata

Create metadata file.
This commit is contained in:
jzmaddock
2014-08-18 17:37:03 +01:00

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>"
]
}