-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdune-project
More file actions
52 lines (51 loc) · 1.17 KB
/
dune-project
File metadata and controls
52 lines (51 loc) · 1.17 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
(lang dune 2.8)
(generate_opam_files true)
(name ez_api)
(version 2.0.0)
(source (github ocamlpro/ez_api))
(license LGPL-2.1-only)
(authors
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
"Michael Laporte <michael.laporte@ocamlpro.com>"
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
"Alain Mebsout <alain.mebsout@ocamlpro.com>")
(maintainers "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>")
(package
(name ez_api)
(synopsis "Easy API library and tools")
(documentation "https://ocpmax.github.io/ez_api/ez_api/index.html")
(depends
(ocaml (>= 4.08))
(json-data-encoding (>= 1.0.1))
(lwt (>= 4.0.0))
(ezjsonm (>= 1.1.0))
uuidm)
(depopts
geoip
js_of_ocaml-lwt
calendar
cohttp-lwt-unix
cohttp-lwt-jsoo
httpaf-lwt-unix
curl_lwt
ezjs_fetch
websocket-lwt-unix
ppx_deriving_encoding
digestif
yaml
httpun-lwt-unix
httpun-ws-lwt-unix
tls-lwt
lwt_ssl
)
(conflicts
(js_of_ocaml-lwt (< 6.0.0))
(cohttp-lwt-unix (< 5.0.0))
(cohttp-lwt-jsoo (< 5.0.0))
(calendar (< 2.03.0))
(httpaf-lwt-unix (< 0.6.0))
(ezjs_fetch (< 0.2))
(digestif (< 1.0.0))
(ppx_deriving_encoding (< 0.4.0))
))