forked from esy/esy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
62 lines (55 loc) · 1.16 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
61
(lang dune 2.0)
(using menhir 2.0)
(name esy)
(allow_approximate_merlin)
(license MIT)
(maintainers
"Manas Jayanth <prometheansacrifice@gmail.com>"
"Andrey Popp <8mayday@gmail.com>")
(authors
"Andrey Popp <8mayday@gmail.com>"
"Manas Jayanth <prometheansacrifice@gmail.com>"
"Ulrik Strid <ulrik.strid@outlook.com>"
"Bryan Phelps <bryphe@outrunlabs.com>"
"Eduardo Rafael <theeduardorfs@gmail.com>")
(source (github esy/esy))
(generate_opam_files true)
(package
(name esy)
(synopsis "A package.json driven package manager for Reason and OCaml")
(description "
Easy package management for native Reason, OCaml and more
")
(depends
angstrom
cmdliner
bos
(cudf (= 0.9+dune))
(dose3 (= 6.1))
(ocamlgraph (= 2.0.0))
dune
fmt
fpath
lambda-term
logs
lwt
reason
lwt_ppx
junit
(menhir (= 20210419))
(ocamlformat (= 0.18.0))
opam-core
opam-file-format
opam-format
opam-state
ppx_deriving
ppx_deriving_yojson
ppx_expect
ppx_inline_test
ppx_let
ppx_sexp_conv
re
mccs
yojson
(ocaml (= 4.12.0))
(extlib (= 1.7.8))))