Skip to content

Commit 74ffb7f

Browse files
authored
Merge pull request ocaml#28101 from Firobe/release-opam-monorepo-0.4.3
2 parents a781111 + a6153ea commit 74ffb7f

File tree

1 file changed

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

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/tarides/opam-monorepo"
13+
doc: "https://tarides.github.io/opam-monorepo"
14+
bug-reports: "https://github.com/tarides/opam-monorepo/issues"
15+
depends: [
16+
"dune" {>= "3.6"}
17+
"ocaml" {>= "4.13.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/tarides/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/tarides/opam-monorepo/releases/download/0.4.3/opam-monorepo-0.4.3.tbz"
31+
checksum: [
32+
"sha256=10c22d3b69e8ad7296b14f73f82d2d010e2847c2659ea44f78b36db34aae4807"
33+
"sha512=8c4ccd607bdf02c9e847ea2e95d7c023a470b42b21d1322e9b1212c2d8176fbeb975765d1cb984fa0131bb7572d01719f5e3a02da7c8fec8a8562c25f9429bed"
34+
]
35+
}
36+
x-commit-hash: "2bb95ca1366e080cf5700a09956601113a9c2e98"

0 commit comments

Comments
 (0)