forked from mirage/ocaml-cohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcohttp.obuild
More file actions
106 lines (87 loc) · 2.85 KB
/
cohttp.obuild
File metadata and controls
106 lines (87 loc) · 2.85 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
Name: cohttp
Version: 0.9.8
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
obuild-ver: 1
Flag lwt
Description: build the Lwt library
Default: true
Flag async
Description: build the Core/Async library
Default: true
Flag mirage
Description: build the Mirage library
Default: true
Flag nettests
Description: run the internet-using tests
Default: false
Library cohttp
Modules: Cohttp
BuildDepends: re, uri (>= 1.3.8), uri.services
Library lwt
Path: lwt
Buildable: $lwt
BuildDepends: lwt.unix, lwt, uri, cohttp, lwt.syntax, ssl
pp: camlp4o
Modules: Cohttp_lwt_unix_io, Cohttp_lwt_unix, Cohttp_lwt, Cohttp_lwt_body, Cohttp_lwt_unix_net
Library mirage
Path: lwt
Buildable: $mirage
BuildDepends: uri, re, cohttp, lwt.syntax, mirage, mirage-net
pp: camlp4o
Modules: Cohttp_lwt_mirage_io, Cohttp_lwt_mirage, Cohttp_lwt, Cohttp_lwt_body
Library async
Path: async
Buildable: $async
BuildDepends: uri, cohttp, async_core >= 108.07.00, async_unix, threads, async
Modules: Cohttp_async
Test parser
Path: lib_test
MainIs: test_parser.ml
BuildDepends: cohttp, cohttp.lwt, oUnit >= 1.0.2
Test accept
Path: lib_test
MainIs: test_accept.ml
BuildDepends: cohttp, oUnit >= 1.0.2
rundir: lib_test
Test header
Path: lib_test
MainIs: test_header.ml
BuildDepends: cohttp, oUnit >= 1.0.2
rundir: lib_test
Test net_lwt
Path: lib_test
MainIs: test_net_lwt.ml
BuildDepends: cohttp, cohttp.lwt, oUnit >= 1.0.2
rundir: lib_test
Test net_lwt_google
Path: lib_test
MainIs: test_net_lwt_google.ml
BuildDepends: cohttp.lwt
rundir: lib_test
Test net_lwt_server
Path: lib_test
MainIs: test_net_lwt_server.ml
BuildDepends: cohttp, cohttp.lwt
rundir: lib_test
Test net_lwt_client_and_server
Path: lib_test
MainIs: test_net_lwt_client_and_server.ml
BuildDepends: cohttp, cohttp.lwt
rundir: lib_test
Test net_mirage_server
Path: lib_test
MainIs: test_net_mirage_server.ml
BuildDepends: cohttp, cohttp.mirage
rundir: lib_test
Test net_async
Path: lib_test
MainIs: test_net_async.ml
BuildDepends: cohttp, cohttp.async, oUnit (>= 1.0.2)
rundir: lib_test
Test net_async_server
Path: lib_test
MainIs: test_net_async_server.ml
BuildDepends: cohttp, cohttp.async, oUnit (>= 1.0.2)
rundir: lib_test