-
Notifications
You must be signed in to change notification settings - Fork 6
/
_oasis
335 lines (307 loc) · 10.1 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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
OASISFormat: 0.4
Name: imaplet
Version: 0.1.15
Synopsis: IMAP server
Authors: Gregory Tsipenyuk
License: GPL
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild, camlp4o
PreBuildCommand: ocaml inst.ml $bindir $datadir > lib/commands/install.ml
PreUninstallCommand: ocaml unix.cma pre_inst.ml $datadir $pkg_version
PreInstallCommand: ocaml unix.cma pre_inst.ml $datadir $pkg_version
PostInstallCommand: ocaml unix.cma post_inst.ml $datadir $pkg_version $rm
Flag utils
Description: build utilities
Default: false
Flag test
Description: build test
Default: false
Library imaplet
Path : lib/
Pack : true
FindlibName : imaplet
Install : true
Modules : Server
BuildDepends : lwt,
lwt.unix,
lwt.ppx,
tls.lwt,
sexplib,
ppx_sexp_conv,
threads,
str,
cstruct.unix,
irmin-unix,
nocrypto,
imaplet.parsemail,
imaplet.commands
Library parsemail
Path : lib/parsemail
FindlibName : parsemail
FindlibParent : imaplet
Install : true
Pack : true
Modules : Bigstringable,
Bigstring_extended,
Boundary,
Core_replace,
Debug,
Email,
Email_regex,
Encoding,
Error_handling,
Field_name,
Grammar,
Grammar_types,
Header,
Lazys,
Lexable,
Lexer,
Lexer_state,
Mailbox,
Media_type,
Mimestring,
Octet_stream,
Parser_intf,
Rfc,
Stringable_,
String_monoidable,
String_monoid
BuildDepends : re,
re.posix,
fieldslib,
sexplib,
ppx_sexp_conv,
ppx_fields_conv,
threads,
str
XMETARequires : re,
re.posix,
str,
threads
Library commands
Path : lib/commands
FindlibName : commands
FindlibParent : imaplet
Install : true
Pack : true
Modules : Account,
Amailbox,
Configuration,
Connections,
Context,
Dates,
Email_parse,
Fetchregex,
Imap_cmd,
Imap_crypto,
Imap_lock,
Imaplet_dns,
Gitl,
Gitl_storage,
Imaplet_stun,
Imaplet_types,
Irmin_core,
Irmin_storage,
Install,
Interpreter,
Lazy_maildir_message,
Lazy_message,
Lex,
Lightparsemail,
Log_,
Mailbox_storage,
Maildir_storage,
Mail_file_name,
Parser,
Regex,
Replica_maint,
Response,
Seq_iterator,
Server_config,
Smtplet_clnt,
Socket_utils,
Ssl_,
Stats,
Storage,
Storage_meta,
Utils
BuildDepends : lwt,
lwt.unix,
lwt.ppx,
lwt.preemptive,
tls.lwt,
dns,
dns-lwt-unix,
ipaddr,
sexplib,
ppx_sexp_conv,
threads,
str,
cstruct.unix,
mstruct,
irmin-unix,
nocrypto,
zip,
imaplet.parsemail
Executable parse_restore
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : parse_restore.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,tls.lwt,sexplib,ppx_sexp_conv,threads,str,cstruct.unix,irmin-unix,imaplet,imaplet.parsemail,nocrypto,imaplet.commands
Executable dedup
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : dedup.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,tls.lwt,sexplib,ppx_sexp_conv,threads,str,cstruct.unix,irmin-unix,imaplet,imaplet.parsemail,nocrypto,imaplet.commands
Executable imaplet_configure
Build : true
Install : true
Path : servers
CompiledObject : native
MainIs : imaplet_configure.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,sexplib,ppx_sexp_conv,threads,str,cstruct.unix,imaplet,imaplet.commands
Executable imaplet
Build : true
Install : true
Path : servers
CompiledObject : native
MainIs : imaplet_server.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,tls.lwt,sexplib,ppx_sexp_conv,threads,str,cstruct.unix,irmin-unix,nocrypto,imaplet.commands,imaplet.parsemail,imaplet
DataFiles : ../certificates/server.pem($datadir/imaplet),
../certificates/server.key($datadir/imaplet),
../config/imaplet.cf($datadir/imaplet),
../config/users($datadir/imaplet),
../deploy/imaplet.pl($datadir/imaplet),
../deploy/deploy.sh($datadir/imaplet),
../deploy/imapletd($datadir/imaplet)
Executable imaplet_create_account
Build : true
Install : true
Path : servers
CompiledObject : native
MainIs : imaplet_create_account.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,threads,irmin-unix,sexplib,ppx_sexp_conv,imaplet.commands,imaplet
Executable imaplet_deploy
Build : true
Install : true
Path : deploy
CompiledObject : native
MainIs : imaplet_deploy.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,threads,imaplet.commands,imaplet
Executable imaplet_lmtp
Build : false
Install : false
Path : servers
CompiledObject : native
MainIs : imaplet_lmtp.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,str,threads,sexplib,ppx_sexp_conv,imaplet,imaplet.commands
Executable smtplet
Build : true
Install : true
Path : servers
CompiledObject : native
MainIs : smtplet.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,str,threads,sexplib,ppx_sexp_conv,imaplet,imaplet.commands
Executable imaplet_irmin_read
Build : true
Install : true
Path : servers
CompiledObject : native
MainIs : imaplet_irmin_read.ml
BuildDepends : lwt,irmin-unix,sexplib,ppx_sexp_conv,str,imaplet.parsemail,threads,nocrypto,imaplet.commands
Executable imaplet_irmin_build
Build : true
Install : true
Path : servers
CompiledObject : native
MainIs : imaplet_irmin_build.ml
BuildDepends : lwt,lwt.unix,imaplet.parsemail,str,sexplib,ppx_sexp_conv,threads,irmin-unix,nocrypto,imaplet.commands
Executable imaplet_maildir_index
Build : true
Install : true
Path : servers
CompiledObject : native
MainIs : imaplet_maildir_index.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,zip,tls.lwt,str,threads,sexplib,ppx_sexp_conv,nocrypto,imaplet.commands,imaplet.parsemail
Executable imaplet_init_maildir
Build$: flag(utils)
Install : false
Path : utils
CompiledObject : native
MainIs : imaplet_init_maildir.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,str,threads,sexplib,ppx_sexp_conv,imaplet,imaplet.commands
Executable get_messages
Build$: flag(utils)
Install : false
Path : utils
CompiledObject : native
MainIs : get_messages.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,str,threads,sexplib,ppx_sexp_conv,imaplet,imaplet.commands
Executable client
Build$: flag(utils)
Install : false
Path : utils
CompiledObject : native
MainIs : client.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,re,re.posix,threads,tls.lwt,zip,str
Executable smtp_client
Build$: flag(utils)
Install : false
Path : utils
CompiledObject : native
MainIs : smtp_client.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,imaplet,imaplet.commands
Executable test_gitl
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : test_gitl.ml
BuildDepends : unix,threads,lwt,lwt.unix,lwt.ppx,lwt.preemptive,re,re.posix,imaplet,imaplet.commands
Executable maildir_read
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : maildir_read.ml
BuildDepends : unix,threads,lwt,lwt.unix,lwt.ppx,lwt.preemptive,re,re.posix,imaplet,imaplet.commands
Executable irvsfsio
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : irvsfsio.ml
BuildDepends : unix,threads,lwt,lwt.unix,lwt.ppx,re,re.posix,imaplet,imaplet.commands
Executable irvsfsio_cl
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : irvsfsio_cl.ml
BuildDepends : unix,threads,lwt,lwt.unix,lwt.ppx
Executable email_server
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : email_server.ml
BuildDepends : unix,threads,lwt,lwt.unix,lwt.ppx,re,re.posix,imaplet,imaplet.commands
Executable email_stats
Build$: flag(test)
Install : false
Path : test
CompiledObject : native
MainIs : email_stats.ml
BuildDepends : unix,threads,lwt,lwt.unix,lwt.ppx,re,re.posix,imaplet,imaplet.commands
Executable stun
Build : true
Install : false
Path : utils
CompiledObject : native
MainIs : stun.ml
BuildDepends : lwt,lwt.unix,lwt.ppx,re,re.posix,threads,tls.lwt,imaplet,imaplet.commands