-
Notifications
You must be signed in to change notification settings - Fork 21
/
dune-project
62 lines (56 loc) · 2.1 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
57
58
59
60
(lang dune 2.7)
; This file was generated by drom, using drom.toml
(cram enable)
(name drom)
(allow_approximate_merlin)
(generate_opam_files false)
(version 0.9.2)
(formatting (enabled_for ocaml reason))
(using menhir 2.0)
(package
(name drom)
(synopsis "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience")
(description "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like\nuser experience. It can be used to create full OCaml projects with\nsphinx and odoc documentation. It has specific knowledge of Github and\nwill generate files for Github Actions CI and Github pages.\n")
(depends
(ocaml (>= 4.07.0))
(drom_lib (= version))
ppx_inline_test
ppx_expect
odoc
ocamlformat
)
)
(package
(name drom_lib)
(synopsis "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience")
(description "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like\nuser experience. It can be used to create full OCaml projects with\nsphinx and odoc documentation. It has specific knowledge of Github and\nwill generate files for Github Actions CI and Github pages.\n")
(depends
(ocaml (>= 4.07.0))
(omd ( >= 2.0 ))
(ez_subst ( >= 0.1 ))
(ez_opam_file (and (>= 0.1.0) (< 1.0.0)))
(ez_file (and (>= 0.3.0) (< 1.0.0)))
(ez_cmdliner (and (>= 0.2.0) (< 1.0.0)))
(drom_toml (= version))
(directories ( >= 0.2 ))
ppx_inline_test
ppx_expect
odoc
ocamlformat
)
)
(package
(name drom_toml)
(synopsis "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience")
(description "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like\nuser experience. It can be used to create full OCaml projects with\nsphinx and odoc documentation. It has specific knowledge of Github and\nwill generate files for Github Actions CI and Github pages.\n")
(depends
(ocaml (>= 4.07.0))
(menhirLib ( > 2019 ))
(ISO8601 ( >= 0.2 ))
(menhir ( > 2019 ))
ppx_inline_test
ppx_expect
odoc
ocamlformat
)
)