Skip to content

Commit d96023f

Browse files
committed
Merge pull request #5 from danieljames/metadata
Create metadata file.
2 parents 7bdb212 + 55841a7 commit d96023f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

meta/libraries.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"key": "regex",
3+
"name": "Regex",
4+
"authors": [
5+
"John Maddock"
6+
],
7+
"description": "Regular expression library.",
8+
"std": [
9+
"tr1"
10+
],
11+
"category": [
12+
"String"
13+
],
14+
"maintainers": [
15+
"John Maddock <john -at- johnmaddock.co.uk>"
16+
]
17+
}

0 commit comments

Comments
 (0)