···
2
+
synopsis: "Assemble and manage fully vendored Dune repositories"
4
+
The opam monorepo plugin provides a convenient interface to bridge the
5
+
opam package manager with having a local copy of all the source
6
+
code required to build a project using the dune build tool."""
7
+
maintainer: ["anil@recoil.org"]
9
+
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
12
+
homepage: "https://github.com/tarides/opam-monorepo"
13
+
doc: "https://tarides.github.io/opam-monorepo"
14
+
bug-reports: "https://github.com/tarides/opam-monorepo/issues"
17
+
"ocaml" {>= "4.10.0"}
21
+
"dune-build-info" {= "2.7.0" | = "2.7.1"}
22
+
"dune-configurator" {= "2.7.0" | = "2.7.1"}
24
+
dev-repo: "git+https://github.com/tarides/opam-monorepo.git"
25
+
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@test/lib/runtest" {with-test} ]
28
+
["devel/pkgconf"] {os = "openbsd"}
29
+
["pkg-config"] {os-family = "debian"}
30
+
["pkg-config"] {os = "macos" & os-distribution = "homebrew"}
31
+
["pkgconf"] {os = "freebsd"}
32
+
["pkgconf"] {os-distribution = "alpine"}
33
+
["pkgconf"] {os-distribution = "arch"}
34
+
["pkgconf-pkg-config"] {os-distribution = "fedora"}
35
+
["pkgconf-pkg-config"] {os-distribution = "mageia"}
36
+
["pkgconf-pkg-config"] {os-distribution = "centos" & os-version >= "8"}
37
+
["pkgconf-pkg-config"] {os-distribution = "ol" & os-version >= "8"}
38
+
["pkgconf-pkg-config"] {os-distribution = "rhel" & os-version >= "8"}
39
+
["pkgconfig"] {os-distribution = "nixos"}
40
+
["pkgconfig"] {os = "macos" & os-distribution = "macports"}
41
+
["pkgconfig"] {os-distribution = "centos" & os-version <= "7"}
42
+
["pkgconfig"] {os-distribution = "ol" & os-version <= "7"}
43
+
["pkgconfig"] {os-distribution = "rhel" & os-version <= "7"}
44
+
["system:pkgconf"] {os = "win32" & os-distribution = "cygwinports"}
48
+
"https://github.com/tarides/opam-monorepo/releases/download/0.3.5/opam-monorepo-0.3.5.tbz"
50
+
"sha256=a87e758690324f0835ddf06bd0f01ca7c7fb1c1d9338375da1fb2243aec19a67"
51
+
"sha512=ad89112cd238838c9b8a0022dbf860c76c78cb393d91363aba5baf46ac5cdb167147ee244d5d818cc26aa7c44378d8e6477d017b0414d46e3576d173c0d5c321"
54
+
x-commit-hash: "edf8ddfb13544095fd04a7f486502e362d66282d"