Skip to content

Commit 40722e3

Browse files
authored
Merge pull request ocaml#21498 from NathanReb/release-opam-monorepo-0.3.2
[new release] opam-monorepo (0.3.2)
2 parents e637ce4 + e039971 commit 40722e3

File tree

1 file changed

+36
-0
lines changed
  • packages/opam-monorepo/opam-monorepo.0.3.2

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
opam-version: "2.0"
2+
synopsis: "Assemble and manage fully vendored Dune repositories"
3+
description: """
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: ["[email protected]"]
8+
authors: [
9+
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
10+
]
11+
license: "ISC"
12+
homepage: "https://github.com/ocamllabs/opam-monorepo"
13+
doc: "https://ocamllabs.github.io/opam-monorepo"
14+
bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues"
15+
depends: [
16+
"dune" {>= "3.1"}
17+
"ocaml" {>= "4.10.0"}
18+
"odoc" {with-doc}
19+
"conf-pkg-config"
20+
]
21+
conflicts: [
22+
"dune-build-info" {= "2.7.0" | = "2.7.1"}
23+
"dune-configurator" {= "2.7.0" | = "2.7.1"}
24+
]
25+
dev-repo: "git+https://github.com/ocamllabs/opam-monorepo.git"
26+
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@test/lib/runtest" {with-test} ]
27+
flags: [ plugin ]
28+
url {
29+
src:
30+
"https://github.com/ocamllabs/opam-monorepo/releases/download/0.3.2/opam-monorepo-0.3.2.tbz"
31+
checksum: [
32+
"sha256=01fd23a751b2270b3c46668a9a58c4bf4739297f10c9f2e6ac3a5d0309136d5c"
33+
"sha512=ea94a8c115a3da027d56f6942d6e41dfa65fa1da222dc94b669444e54aa65072e6a3e14a806d130bc7ba7943cc01ba949574849ae7af763751033af6f93eaf81"
34+
]
35+
}
36+
x-commit-hash: "91ac7a03c4570b581ef161b831a382796592be1c"

0 commit comments

Comments
 (0)