forked from mirage/ocaml-cohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
208 lines (181 loc) · 5.9 KB
/
_oasis
File metadata and controls
208 lines (181 loc) · 5.9 KB
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
OASISFormat: 0.3
Name: cohttp
Version: 0.9.4
Synopsis: HTTP library for Lwt, Async and Mirage
Authors: Anil Madhavapeddy, Stefano Zacchiroli, David Sheets, Thomas Gazagnaire, David Scott
License: LGPL-2.0 with OCaml linking exception
Plugins: META (0.3)
BuildTools: ocamlbuild
Library cohttp
Path: lib
Findlibname: cohttp
Pack: true
Modules: Code, Header, Cookie, Request, Response, Transfer, Accept, Accept_parser, Accept_lexer, Base64, Auth, Make
BuildDepends: re, uri (>= 1.3.2), uri.services
Flag lwt
Description: build the Lwt library
Default: false
Flag async
Description: build the Core/Async library
Default: false
Flag mirage
Description: build the Mirage library
Default: false
Flag nettests
Description: run the internet-using tests
Default: false
Library cohttp_lwt_unix
Build$: flag(lwt)
Install$: flag(lwt)
Path: lwt
Findlibname: lwt
FindlibParent: cohttp
BuildDepends: lwt.unix, lwt, uri, cohttp, lwt.ssl, lwt.syntax
Modules: Cohttp_lwt_unix, Cohttp_lwt, Cohttp_lwt_net, Cohttp_lwt_body, Cohttp_lwt_make
Library cohttp_mirage
Build$: flag(mirage)
Install$: flag(mirage)
Path: lwt
Findlibname: mirage
FindlibParent: cohttp
BuildDepends: uri, re, cohttp, lwt.syntax, mirage, mirage-net
Modules: Cohttp_lwt_mirage, Cohttp_lwt, Cohttp_lwt_body, Cohttp_lwt_make
Library cohttp_async
Build$: flag(async)
Install$: flag(async)
Path: async
Findlibname: async
FindlibParent: cohttp
BuildDepends: uri, cohttp, async_core (>= 108.07.00), async_unix, threads, async
Modules: Cohttp_async_raw, Cohttp_async
Document cohttp
Title: Cohttp docs
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
Install: true
XOCamlbuildPath: lib
XOCamlbuildLibraries: cohttp
Document cohttp_lwt_unix
Title: Cohttp Lwt UNIX docs
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
Build$: flag(lwt)
Install: true
XOCamlbuildPath: lwt
XOCamlbuildLibraries: cohttp.lwt
Document cohttp_async
Title: Cohttp Async docs
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
Build$: flag(async)
Install: true
XOCamlbuildPath: async
XOCamlbuildLibraries: cohttp.async
Document cohttp_mirage
Title: Cohttp Mirage docs
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
Build$: flag(mirage)
Install: true
XOCamlbuildPath: lwt
XOCamlbuildLibraries: cohttp.mirage
Executable test_parser
Path: lib_test
MainIs: test_parser.ml
Build$: flag(tests) && flag(lwt)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, cohttp.lwt, oUnit (>= 1.0.2)
Executable test_accept
Path: lib_test
MainIs: test_accept.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, oUnit (>= 1.0.2)
Executable test_header
Path: lib_test
MainIs: test_header.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, oUnit (>= 1.0.2)
Executable test_net_lwt
Path: lib_test
MainIs: test_net_lwt.ml
Build$: flag(tests) && flag(lwt)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, cohttp.lwt, oUnit (>= 1.0.2)
Executable test_net_lwt_google
Path: lib_test
MainIs: test_net_lwt_google.ml
Build$: flag(tests) && flag(lwt)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp.lwt
Executable test_net_lwt_server
Path: lib_test
MainIs: test_net_lwt_server.ml
Build$: flag(tests) && flag(lwt)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, cohttp.lwt
Executable test_net_lwt_client_and_server
Path: lib_test
MainIs: test_net_lwt_client_and_server.ml
Build$: flag(tests) && flag(lwt)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, cohttp.lwt
Executable test_net_mirage_server
Path: lib_test
MainIs: test_net_mirage_server.ml
Build$: flag(tests) && flag(mirage)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, cohttp.mirage
Executable test_net_async
Path: lib_test
MainIs: test_net_async.ml
Build$: flag(tests) && flag(async)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, cohttp.async, oUnit (>= 1.0.2)
Executable test_net_async_server
Path: lib_test
MainIs: test_net_async_server.ml
Build$: flag(tests) && flag(async)
Custom: true
CompiledObject: best
Install: false
BuildDepends: cohttp, cohttp.async, oUnit (>= 1.0.2)
Test test_accept
Run$: flag(tests)
Command: $test_accept
WorkingDirectory: lib_test
Test test_header
Run$: flag(tests)
Command: $test_header
WorkingDirectory: lib_test
Test test_parser
Run$: flag(tests) && flag(lwt)
Command: $test_parser
WorkingDirectory: lib_test
Test test_net_lwt
Run$: flag(nettests) && flag(lwt)
Command: $test_net_lwt
WorkingDirectory: lib_test
Test test_net_async
Run$: flag(nettests) && flag(async)
Command: $test_net_async
WorkingDirectory: lib_test