-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
57 lines (53 loc) · 1.04 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
53
54
55
56
(lang dune 2.0)
; This file was generated by drom, using drom.toml
(name slurp)
(allow_approximate_merlin)
(generate_opam_files false)
(version 0.2.0)
(formatting (enabled_for ocaml reason))
(package
(name slurp)
(synopsis "The slurp project")
(description "\n\n\n\nThis is the description\nof the slurp OCaml project\n")
(depends
(ocaml (>= 4.07.0))
uri
magic-mime
lwt
fpath
fmt
ezjsonm
ppx_inline_test
ppx_expect
odoc
ocamlformat
lwt_ppx
))
(package
(name slurp_cohttp_lib)
(synopsis "The slurp project")
(description "\n\n\n\nThis is the description\nof the slurp OCaml project\n")
(depends
(ocaml (>= 4.07.0))
(slurp (= version))
cohttp-lwt-unix
clim
ppx_inline_test
ppx_expect
odoc
ocamlformat
lwt_ppx
))
(package
(name slurp_cohttp)
(synopsis "The slurp project")
(description "\n\n\n\nThis is the description\nof the slurp OCaml project\n")
(depends
(ocaml (>= 4.07.0))
(slurp_cohttp_lib (= version))
ppx_inline_test
ppx_expect
odoc
ocamlformat
lwt_ppx
))