-
Notifications
You must be signed in to change notification settings - Fork 27
/
dune-project
37 lines (34 loc) · 989 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
36
37
(lang dune 3.5)
(generate_opam_files true)
(name opam-monorepo)
(cram enable)
(source (github tarides/opam-monorepo))
(license ISC)
(authors "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon")
(maintainers "[email protected]")
(documentation "https://tarides.github.io/opam-monorepo")
(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 (>= 4.10.0))
dune-build-info
base
bos
(cmdliner (>= 1.1.0))
fmt
logs
(opam-file-format (>= 2.1.0))
(opam-format (>= 2.1.0~rc2))
(opam-state (>= 2.1.0~rc2))
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)))))