-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathafw-package.json
114 lines (114 loc) · 3.98 KB
/
afw-package.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"afwPackageId": "afw",
"brief": "The base AFW repository including core",
"bugReportEmail": "info@adaptiveframework.org",
"compileOptions": {
"GNU": [
"-std=c11",
"-g",
"-Wall",
"-Wextra",
"-Wno-missing-field-initializers",
"-Wno-unused-parameter",
"-Wno-sign-compare",
"-Wno-implicit-fallthrough",
"-Werror",
"-fsigned-char"
]
},
"description": "This is the Adaptive Framework (AFW) base which includes library libafw, the afw and afwdev commands, the core UI support, the AFW Administration application, plus a base set of extensions and server implementations.",
"homePageUrl": "https://github.com/afw-org",
"installPackageSubdir": "afw",
"srcdirManifest": "afw",
"srcdirs": {
"afw": {
"brief": "Library libafw",
"buildType": "afwmake",
"description": "AFW shared object - libafw.",
"prefix": "afw_",
"produces": "libafw",
"srcdirPath": "src/afw"
},
"afw_command": {
"brief": "Command afw",
"buildType": "afwmake",
"description": "AFW command - afw.",
"prefix": "afw_command_",
"produces": "afw",
"srcdirPath": "src/afw_command"
},
"afw_components": {
"brief": "Library libafwcomponents",
"buildType": "afwmake",
"description": "AFW shared object - libafwcomponents.",
"prefix": "afw_components_",
"produces": "libafwcomponents",
"srcdirPath": "src/afw_components"
},
"afw_dev": {
"brief": "Command afwdev",
"buildType": "afwmake:python",
"buildTypeParameters": {
"manualMakefile": true
},
"description": "AFW shared object - libafw.",
"produces": "afwdev",
"srcdirPath": "src/afw_dev"
},
"afw_ldap": {
"brief": "Library libafwldap",
"buildType": "afwmake",
"description": "AFW shared object - libafwldap.",
"optionalChoiceDefault": true,
"prefix": "afw_ldap_",
"produces": "libafwldap",
"srcdirPath": "src/afw_ldap"
},
"afw_lmdb": {
"brief": "Library libafwlmdb",
"buildType": "afwmake",
"description": "AFW shared object - libafwlmdb.",
"optionalChoiceDefault": true,
"prefix": "afw_lmdb_",
"produces": "libafwlmdb",
"srcdirPath": "src/afw_lmdb"
},
"afw_server_fcgi": {
"brief": "Command afwfcgi",
"buildType": "afwmake",
"description": "AFW command - afwfcgi.",
"optionalChoiceDefault": true,
"prefix": "afw_server_fcgi_",
"produces": "afwfcgi",
"srcdirPath": "src/afw_server_fcgi"
},
"afw_ubjson": {
"brief": "Library libafwubjson",
"buildType": "afwmake",
"description": "AFW shared object - libafwubjson.",
"optionalChoiceDefault": true,
"prefix": "afw_ubjson_",
"produces": "libafwubjson",
"srcdirPath": "src/afw_ubjson"
},
"afw_vfs": {
"brief": "Library libafwvfs",
"buildType": "afwmake",
"description": "AFW shared object - libafwvfs.",
"optionalChoiceDefault": true,
"prefix": "afw_vfs_",
"produces": "libafwvfs",
"srcdirPath": "src/afw_vfs"
},
"afw_yaml": {
"brief": "Library libafwyaml",
"buildType": "afwmake",
"description": "AFW shared object - libafwyaml.",
"optionalChoiceDefault": true,
"prefix": "afw_yaml_",
"produces": "libafwyaml",
"srcdirPath": "src/afw_yaml"
}
},
"version": "0.9.0"
}