forked from tarides/opam-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
33 lines (31 loc) · 920 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
(lang dune 2.6)
(generate_opam_files true)
(name opam-monorepo)
(source (github ocamllabs/opam-monorepo))
(license ISC)
(authors "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon")
(maintainers "[email protected]")
(package
(name opam-monorepo)
(synopsis "Assemble and manage fully vendored Dune repositories")
(description "The opam monorepo plugin 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 (and (>= 4.08.0) (< 4.12)))
dune-build-info
bos
cmdliner
fmt
logs
(opam-file-format (>= 2.1.0~beta))
(opam-format (>= 2.1.0~beta))
(opam-state (>= 2.1.0~beta))
opam-0install
ocaml-version
sexplib
uri
(alcotest :with-test))
(conflicts
(dune-build-info (or (= 2.7.0) (= 2.7.1)))
(dune-configurator (or (= 2.7.0) (= 2.7.1)))))