forked from tarides/opam-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
35 lines (33 loc) · 801 Bytes
/
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
(lang dune 2.0)
(generate_opam_files true)
(name duniverse)
(source (github ocamllabs/duniverse))
(license ISC)
(authors "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon")
(maintainers "anil@recoil.org")
(package
(name duniverse)
(synopsis "Assemble and manage fully vendored Dune repositories")
(description "The duniverse tool provides a convenient interface to bridge the
opam package manager with having a local copy of all the source
code required to build a project using the dune build tool.")
(depends
(ocaml (>= 4.07.0))
(ppx_sexp_conv (>= v0.13.0))
dune-build-info
dune-private-libs
bos
cmdliner
fmt
logs
rresult
opam-file-format
opam-format
opam-state
opam-0install
ocaml-version
uri
sexplib
uri-sexp
(alcotest :with-test)
))