repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
modified: diffout.py
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
uthash
/
package.json
blob
596e671801576cce16463b92be48facf1e997c39
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/utringbuffer.h",
23
"src/utstring.h"
24
],
25
26
"version": "2.0.2"
27
}