-
Notifications
You must be signed in to change notification settings - Fork 108
/
clib.yaml
53 lines (53 loc) · 1.46 KB
/
clib.yaml
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
52
53
"functions":
- "name": "clib_package_install_dependencies"
"params":
- "name": "pkg"
"type": "bool "
- "name": "dir"
"type": "bool "
- "name": "verbose"
"type": "int"
"return_type": "int"
"signature": "int clib_package_install_dependencies(clib_package_t *, const char *, int)"
- "name": "clib_package_install_executable"
"params":
- "name": "pkg"
"type": "bool "
- "name": "dir"
"type": "bool "
- "name": "verbose"
"type": "int"
"return_type": "int"
"signature": "int clib_package_install_executable(clib_package_t *, const char *, int)"
- "name": "clib_package_new_from_slug"
"params":
- "name": "slug"
"type": "bool "
- "name": "verbose"
"type": "int"
"return_type": "void"
"signature": "clib_package_t * clib_package_new_from_slug(const char *, int)"
- "name": "clib_package_install_development"
"params":
- "name": "pkg"
"type": "bool "
- "name": "dir"
"type": "bool "
- "name": "verbose"
"type": "int"
"return_type": "int"
"signature": "int clib_package_install_development(clib_package_t *, const char *, int)"
- "name": "clib_package_install"
"params":
- "name": "pkg"
"type": "bool "
- "name": "dir"
"type": "bool "
- "name": "verbose"
"type": "int"
"return_type": "int"
"signature": "int clib_package_install(clib_package_t *, const char *, int)"
"language": "c"
"project": "clib"
"target_name": "fuzz_manifest"
"target_path": "/src/clib/test/fuzzing/fuzz_manifest.c"