Skip to content

Commit 461e9d6

Browse files
authored
Merge pull request #55 from jwerle/master
Create clib.json - thanks for adding clib @jwerle
2 parents a686c90 + f149113 commit 461e9d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

clib.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "tiny-regex-c",
3+
"version": "0.1.0",
4+
"repo": "kokke/tiny-regex-c",
5+
"keywords": ["tiny", "regex", "pcre"],
6+
"license": "Public Domain",
7+
"makefile": "Makefile",
8+
"src": [
9+
"re.h",
10+
"re.c"
11+
]
12+
}

0 commit comments

Comments
 (0)