this repo has no description

Merge pull request #19811 from NathanReb/release-opam-monorepo-0.2.6

[new release] opam-monorepo (0.2.6)

Changed files
+34
packages
opam-monorepo
opam-monorepo.0.2.6
+34
packages/opam-monorepo/opam-monorepo.0.2.6/opam
···
···
+
opam-version: "2.0"
+
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."""
+
maintainer: ["anil@recoil.org"]
+
authors: [
+
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
+
]
+
license: "ISC"
+
homepage: "https://github.com/ocamllabs/opam-monorepo"
+
bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08.0"}
+
"conf-pkg-config" {build}
+
]
+
conflicts: [
+
"dune-build-info" {= "2.7.0" | = "2.7.1"}
+
"dune-configurator" {= "2.7.0" | = "2.7.1"}
+
]
+
dev-repo: "git+https://github.com/ocamllabs/opam-monorepo.git"
+
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} ]
+
flags: [ plugin ]
+
url {
+
src:
+
"https://github.com/ocamllabs/opam-monorepo/releases/download/0.2.6/opam-monorepo-0.2.6.tbz"
+
checksum: [
+
"sha256=834815e601c4af80059a8f62c4674075f20d21aaec73f5165a3bad5362419ce4"
+
"sha512=d8511473c0daeb1a41553374da1609963a9cf1a631ab55468f16e228973b3120f6db5debb7db8a01c4a4d1336828f88a656c94bd4b106501cfc98eaf6532aef0"
+
]
+
}
+
x-commit-hash: "93584def27ee2c4073b437b9405f413c227c9c57"