-
Notifications
You must be signed in to change notification settings - Fork 13
/
dune-project
52 lines (51 loc) · 1.17 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
50
51
52
(lang dune 2.8)
(name ez_api)
(version 2.0.0)
(source (github ocamlpro/ez_api))
(authors
"Cagdas Bozman <[email protected]>"
"Michael Laporte <[email protected]>"
"Fabrice Le Fessant <[email protected]>"
"Maxime Levillain <[email protected]>"
"Alain Mebsout <[email protected]>")
(maintainers "Fabrice Le Fessant <[email protected]>")
(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
lwt_log
tls
httpaf-lwt-unix
ocurl
ezjs_fetch
websocket-lwt-unix
websocket-httpaf-lwt
ppxlib
ppx_deriving_encoding
digestif
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))
(ppxlib (< 0.26.0))
(ppx_deriving_encoding (< 0.4.0))
(result (< 1.5))
))