···
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.6/opam-monorepo-0.3.6.tbz"
50
+
"sha256=e79c3b380f6dd586a8615c84db3304020424c4553c13fa2bb621ac89c61ba107"
51
+
"sha512=8f76bcbd436aa30a41d43c242485be8289fe13f199bbcd3c850fe173da0fcfd8b13a9b8af15a6e004182933ab8e4b8dcfd9ed1a3bceecd902c00f5d72759a9a9"
54
+
x-commit-hash: "5123379521634540c7aba55440a0293dc763d7a6"