Skip to content

Commit 69dc2d5

Browse files
Added support for clib ( https://github.com/clibs/clib ) 😍.
1 parent 5989d04 commit 69dc2d5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"description": "C macros for hash tables and more",
3+
4+
"keywords": [
5+
"array",
6+
"data",
7+
"hash",
8+
"list",
9+
"macro",
10+
"string",
11+
"structure",
12+
"uthash"
13+
],
14+
15+
"name": "uthash",
16+
"repo": "troydhanson/uthash",
17+
18+
"src": [
19+
"src/utarray.h",
20+
"src/uthash.h",
21+
"src/utlist.h",
22+
"src/utstring.h"
23+
],
24+
25+
"version": "1.9.9"
26+
}

0 commit comments

Comments
 (0)