aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b5a2f241ef35c87d1f8d01bfe54746e7fb4db237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "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"
}