-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy pathclib.json
More file actions
51 lines (51 loc) · 1.47 KB
/
clib.json
File metadata and controls
51 lines (51 loc) · 1.47 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "clib",
"version": "2.8.0",
"repo": "clibs/clib",
"install": "make clean uninstall build install",
"makefile": "Makefile",
"src": [
"src/clib-configure.c",
"src/clib-init.c",
"src/clib-install.c",
"src/clib-search.c",
"src/clib.c",
"src/version.h",
"Makefile"
],
"dependencies": {
"stephenmathieson/trim.c": "0.0.2",
"which": "0.1.3",
"stephenmathieson/str-flatten.c": "0.0.4",
"commander": "1.3.2",
"stephenmathieson/case.c": "0.1.3",
"jwerle/fs.c": "0.2.0",
"stephenmathieson/str-replace.c": "0.0.6",
"strdup": "0.1.*",
"Constellation/console-colors.c": "1.0.1",
"littlstar/asprintf.c": "0.0.3",
"logger": "0.0.1",
"clibs/parson": "1.0.2",
"clibs/http-get.c": "*",
"hash": "0.0.1",
"list": "*",
"stephenmathieson/substr.c": "0.1.2",
"stephenmathieson/mkdirp.c": "0.1.5",
"stephenmathieson/path-join.c": "0.0.6",
"stephenmathieson/parse-repo.c": "1.1.1",
"stephenmathieson/debug.c": "0.0.0",
"stephenmathieson/tempdir.c": "0.0.2",
"isty001/copy": "0.0.0",
"stephenmathieson/rimraf.c": "0.1.0",
"thlorenz/gumbo-parser.c": "*",
"stephenmathieson/http-get.c": "*",
"stephenmathieson/gumbo-text-content.c": "*",
"stephenmathieson/gumbo-get-element-by-id.c": "*",
"stephenmathieson/gumbo-get-elements-by-tag-name.c": "*",
"clibs/list": "*",
"jwerle/url.h": "0.2.*"
},
"development": {
"stephenmathieson/describe.h": "2.0.1"
}
}