forked from afw-org/afw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
afw-package.json
173 lines (173 loc) · 6.54 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"afwPackageId": "afw",
"brief": "The base AFW repository including core",
"bugReportEmail": "info@adaptiveframework.org",
"compileOptions": {
"GNU": [
"-std=c11",
"-D_DEFAULT_SOURCE",
"-g",
"-Wall",
"-Wextra",
"-Wno-missing-field-initializers",
"-Wno-unused-parameter",
"-Wno-sign-compare",
"-Wno-implicit-fallthrough",
"-Werror",
"-fsigned-char"
]
},
"copyright": "Copyright (c) 2010-2024 Clemson University",
"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_admin": {
"brief": "Administration web application",
"buildType": "js-app",
"description": "React-based web application for administering AFW.",
"srcdirPath": "src/afw_app/admin"
},
"afw_bindings": {
"brief": "Javascript core language bindings",
"buildType": "js-module",
"description": "Javascript bindings for afw core.",
"srcdirPath": "src/afw/generated/javascript_bindings"
},
"afw_client": {
"brief": "Javascript client library",
"buildType": "js-module",
"description": "Javascript functions that bindings use to communicate with afw.",
"srcdirPath": "src/afw_client/javascript"
},
"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_components_react_core": {
"brief": "Javascript react core components",
"buildType": "js-module",
"description": "Javascript core components implemented in react.",
"srcdirPath": "src/afw_components/react/core"
},
"afw_components_react_material": {
"brief": "Javascript react material components",
"buildType": "js-module",
"description": "Javascript components implemented in react material-ui.",
"srcdirPath": "src/afw_components/react/material"
},
"afw_components_react_monaco": {
"brief": "Javascript react monaco components",
"buildType": "js-module",
"description": "Javascript components implemented in react monaco.",
"srcdirPath": "src/afw_components/react/monaco"
},
"afw_curl": {
"brief": "Library libafwcurl",
"buildType": "afwmake",
"description": "AFW shared object - libafwcurl.",
"optionalChoiceDefault": true,
"prefix": "afw_curl_",
"produces": "libafwcurl",
"srcdirPath": "src/afw_curl"
},
"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_lmdb_bindings": {
"brief": "Javascript LMDB language bindings",
"buildType": "js-module",
"description": "Javascript bindings for LMDB extension.",
"srcdirPath": "src/afw_lmdb/generated/javascript_bindings"
},
"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_test": {
"brief": "Javascript test library",
"buildType": "js-module",
"description": "Javascript functions that are useful for testing components.",
"srcdirPath": "src/afw_test/javascript"
},
"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"
}