aboutsummaryrefslogtreecommitdiff
path: root/dependencies/uthash/package.json
blob: 28377541fb723051d6ecd4caee42c46611b72a3b (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.1.0"
}