this repo has no description

Merge pull request #27507 from Firobe/release-opam-monorepo-0.4.1

[new release] opam-monorepo (0.4.1)

Changed files
+37
packages
mirage
mirage.4.5.0
opam-monorepo
opam-monorepo.0.4.1
+1
packages/mirage/mirage.4.5.0/opam
···
depends: [
"ocaml" {>= "4.08.0"}
+
"ocaml" {with-test & < "5"}
"dune" {>= "2.9.0"}
"astring"
"cmdliner" {>= "1.2.0"}
+36
packages/opam-monorepo/opam-monorepo.0.4.1/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/tarides/opam-monorepo"
+
doc: "https://tarides.github.io/opam-monorepo"
+
bug-reports: "https://github.com/tarides/opam-monorepo/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.10.0"}
+
"odoc" {with-doc}
+
"conf-pkg-config"
+
]
+
conflicts: [
+
"dune-build-info" {= "2.7.0" | = "2.7.1"}
+
"dune-configurator" {= "2.7.0" | = "2.7.1"}
+
]
+
dev-repo: "git+https://github.com/tarides/opam-monorepo.git"
+
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@test/lib/runtest" {with-test} ]
+
flags: [ plugin ]
+
url {
+
src:
+
"https://github.com/tarides/opam-monorepo/releases/download/0.4.1/opam-monorepo-0.4.1.tbz"
+
checksum: [
+
"sha256=9a1839629f6c00d60f7c71f68b72cc8191a70c363ffc0efa97e19ed241f8ae57"
+
"sha512=77b5047c83e921eaaada7ecb860d0181bdb0d3c5c501345cb2031f54120fe3c675228a715518510d91d8a0eaafb9c96dc2ca1f3e1a6007d439234b239b266b19"
+
]
+
}
+
x-commit-hash: "f6c3411793b8e597955318c7cab43974de4d3708"