-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdune-project
44 lines (39 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
(lang dune 2.7)
; This file was generated by drom, using drom.toml
(cram enable)
(name opam-bin)
(allow_approximate_merlin)
(generate_opam_files false)
(version 1.2.0)
(formatting (enabled_for ocaml reason))
(package
(name opam-bin)
(synopsis "The opam-bin tool is a simple framework to use `opam` with binary packages")
(description "opam-binary is a simple framework to use `opam` with binary packages.\n")
(depends
(ocaml (>= 4.07.0))
(opam_bin_lib (= version))
ppx_inline_test
ppx_expect
odoc
ocamlformat
)
)
(package
(name opam_bin_lib)
(synopsis "The opam-bin tool is a simple framework to use `opam` with binary packages")
(description "opam-binary is a simple framework to use `opam` with binary packages.\n")
(depends
(ocaml (>= 4.07.0))
(re ( > 1.0 ))
(ezjsonm (and (>= 1.0.0) (< 2.0.0)))
(ez_opam_file (and (>= 0.1.0) (< 1.0.0)))
(ez_file ( >= 0.3.0 ))
(ez_config (and (>= 0.1.0) (< 1.0.0)))
(ez_cmdliner (and (>= 0.1.0) (< 1.0.0)))
ppx_inline_test
ppx_expect
odoc
ocamlformat
)
)