|
12345678910111213141516171819202122232425262728 |
- {
- "description": "C macros for hash tables and more",
-
- "keywords": [
- "array",
- "data",
- "hash",
- "list",
- "macro",
- "string",
- "structure",
- "uthash"
- ],
-
- "name": "uthash",
- "repo": "troydhanson/uthash",
-
- "src": [
- "src/utarray.h",
- "src/uthash.h",
- "src/utlist.h",
- "src/utringbuffer.h",
- "src/utstack.h",
- "src/utstring.h"
- ],
-
- "version": "2.3.0"
- }
|