-
Notifications
You must be signed in to change notification settings - Fork 4
/
_oasis
309 lines (281 loc) · 6.97 KB
/
_oasis
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
# +-------------------------------------------------------------------+
# | Package parameters |
# +-------------------------------------------------------------------+
OASISFormat: 0.4
OCamlVersion: >= 3.12.1
Name: ocsimore
Version: 0.5
LicenseFile: COPYING
License: LGPL-2.1 with ocaml linking exception
Authors:
Plein de monde a mettre
Homepage: http://ocsigen.org/ocsimore
BuildTools: ocamlbuild
Plugins: DevFiles (0.3), META (0.3)
AlphaFeatures: compiled_setup_ml
Synopsis: Ocsimore lib for eliom
Description:
A nice description
# +-------------------------------------------------------------------+
# | Flags |
# +-------------------------------------------------------------------+
Flag nis
Description: Enable the support for external authentication using NIS
Default: false
Flag pam
Description: Enable the support for external authentication using PAM
Default: false
Flag ldap
Description: Enable the support for external authentication using LDAP
Default: false
# +-------------------------------------------------------------------+
# | Libraries |
# +-------------------------------------------------------------------+
Library "ocsimore"
Path: src/core
Modules:
server/Updatedb_sql,
server/Crypt,
server/Language,
server/Dyngroups,
server/Ocsimore_common,
server/Ocsimore_config,
server/Ocsimore_lib,
server/Opaque,
server/Parse_config,
server/Ocsi_sql,
server/User,
server/User_sql,
server/Widget,
server/Xform
CSources:
crypt_stubs.c
CCLib: -lcrypt
XMETADescription: Core Ocsimore
DataFiles:
../files/createdb.sql,
../files/initdb.sh,
../../INSTALL,
../files/ocsimore.conf
BuildDepends:
lwt (>= 2.4),
macaque (>= 0.6.1),
safepass (>= 1.2),
eliom.server (>= 3.0),
eliom.server.ext,
threads
Library "ocsimore_client"
Path: src/core/client
CompiledObject: byte
Modules:
Opaque
XMETADescription: Core Ocsimore client part
BuildDepends:
eliom.client
Library "user"
Path: src/user
FindlibName: user
FindlibParent: ocsimore
Modules:
User_data,
User_external_auth
XMETADescription: User stuffs
BuildDepends:
ocsimore
Library "ocsimore-nis"
Path: src/user/nis
Build$: flag(nis)
FindlibName: nis
FindlibParent: user
Modules:
Nis_chkpwd,
Ocsimore_nis
BuildDepends:
ocsimore.user
Library "ocsimore-pam"
Path: src/user/pam
Build$: flag(pam)
FindlibName: pam
FindlibParent: user
Modules:
Ocsimore_pam
BuildDepends:
ocsimore.user,
pam
Library "ocsimore-ldap"
Path: src/user/ldap
Build$: flag(ldap)
FindlibName: ldap
FindlibParent: user
Modules:
Ocsimore_ldap
BuildDepends:
ocsimore.user,
ldap (>= 2.2)
Library "wiki"
Path: src/wiki
findlibname: wiki
findlibparent: ocsimore
Modules:
server/Wikicreole,
server/Wiki_data,
server/Wiki_models,
server/Wiki_self_services,
server/Wiki_sql,
server/Wiki_syntax,
server/Wiki_types,
server/Wiki_widgets_interface,
server/Wiki
XMETADescription: Wiki stuffs
DataFiles:
../../local/var/www/static/*.css ($datadir/$pkg_name/static),
../../local/var/www/static/*.png ($datadir/$pkg_name/static)
BuildDepends:
ocsimore.user
Library "wiki_client"
Path: src/wiki/client
CompiledObject: byte
FindlibName: wiki_client
FindlibParent: ocsimore_client
Modules:
Wiki_types,
Wiki_widgets_interface
XMETADescription: Wiki stuffs client side part
BuildDepends:
ocsimore_client,
eliom.client
Library "forum"
Path: src/forum
FindlibName: forum
FindlibParent: ocsimore
Modules:
Forum_sql0,
Forum_data,
Forum,
Forum_sql,
Forum_types
XMETADescription: forum extension
BuildDepends:
ocsimore.wiki
Library "core_site"
Path: src/site
FindlibName: site
FindlibParent: ocsimore
Modules:
server/Ocsimore_appl,
server/Page_site
XMETADescription: some extensions
BuildDepends:
ocsimore,
ocsimore.wiki
Library "core_site_client"
Path: src/site/client
CompiledObject: byte
FindlibName: site
FindlibParent: ocsimore_client
Modules:
Page_site,
HTML5outliner,
Wiki_ext,
Wiki_widgets,
Forum_widgets,
User_widgets,
Jquery,
Ocsimore
DataFiles:
../../../local/var/www/static/jquery.js ($datadir/$pkg_name/static),
../../../_build/src/site/client/ocsimore.js ($datadir/$pkg_name/static)
XMETADescription: some extensions
BuildDepends:
ocsimore_client.wiki_client,
eliom.client
Executable "client_exe"
Path: src/site/client
CompiledObject: byte
Install: false
MainIs: ocsimore.ml
BuildDepends:
eliom.client
Library "user_site"
Path: src/site
FindlibName: user_site
FindlibParent: ocsimore
Modules:
server/User_site,
server/User_ext,
server/User_services,
server/User_widgets
XMETADescription: some extensions
BuildDepends:
ocsimore.site
XMETARequires:
# See discussion at: https://github.com/ocsigen/ocsimore/commit/821005f
Library "wiki_site"
Path: src/site
FindlibName: wiki_site
FindlibParent: ocsimore
Modules:
server/Wiki_site,
server/HTML5outliner,
server/Wiki_ext,
server/Wiki_services,
server/Wiki_widgets,
server/Wiki_menu,
server/Wiki_dir
XMETADescription: some extensions
BuildDepends:
ocsimore.site
XMETARequires:
# See discussion at: https://github.com/ocsigen/ocsimore/commit/821005f
Library "forum_site"
Path: src/site
FindlibName: forum_site
FindlibParent: ocsimore
Modules:
server/Forum_site,
server/Forum_wikiext,
server/Forum_services,
server/Forum_widgets
XMETADescription: some extensions
BuildDepends:
ocsimore.site,
ocsimore.forum
XMETARequires:
# See discussion at: https://github.com/ocsigen/ocsimore/commit/821005f
Library "wiki_perso"
Path: src/site
FindlibName: wiki_perso
FindlibParent: ocsimore
Modules:
server/Wikiperso
XMETADescription: some extensions
BuildDepends:
ocsimore.site
XMETARequires:
# See discussion at: https://github.com/ocsigen/ocsimore/commit/821005f
Test "all"
Command: ocsigenserver -c ./local/etc/ocsigen/ocsimore.conf
Document "api"
Title: API reference for Ocsimore
Type: ocamlbuild (0.3)
Install: true
InstallDir: $htmldir/api
BuildTools: ocamldoc
XOCamlbuildPath: ./
XOCamlbuildLibraries:
ocsimore,
ocsimore.user,
ocsimore.wiki,
ocsimore.forum,
ocsimore.site,
ocsimore.wiki_site,
ocsimore.user_site,
ocsimore.forum_site,
ocsimore.wiki_perso
# +-------------------------------------------------------------------+
# | Misc |
# +-------------------------------------------------------------------+
SourceRepository head
Type: darcs
Location: http://ocsigen.org/darcs/ocsimore
Browser: http://ocsigen.org/darcsweb/?r=ocsimore;a=summary