forked from OCamlPro/ez_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
49 lines (47 loc) · 1.18 KB
/
dune-project
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
(lang dune 2.8)
(name ez_api)
(source (github ocamlpro/ez_api))
(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 (>= 0.7.0))
(lwt (>= 4.0.0))
(ezjsonm (>= 1.0.0))
uuidm)
(depopts
geoip
(js_of_ocaml-lwt (>= 4.0.0))
(calendar (>= 2.03))
(cohttp-lwt-unix (>= 5.0.0))
(cohttp-lwt-jsoo (>= 5.0.0))
lwt_log
tls
(httpaf-lwt-unix (>= 0.6.0))
(ocurl (>= 0.8.0))
(ezjs_fetch (>= 0.2))
websocket-lwt-unix
websocket-httpaf-lwt
ppxlib
ppx_deriving_encoding
(digestif (>= 1.0.0))
yaml)
(conflicts
(js_of_ocaml-lwt (< 4.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))
(ocurl (< 0.8.0))
(digestif (< 1.0.0))
))