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.7"}
  "ocaml" {>= "4.08.0" & < "4.12"}
  "conf-m4"
  "conf-pkg-config"
]
dev-repo: "git+https://github.com/ocamllabs/opam-monorepo.git"
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ]
flags: [ plugin ]
x-commit-hash: "befe5fca519124b16fb5054c47825dd143d7cd61"
url {
  src:
    "https://github.com/ocamllabs/opam-monorepo/releases/download/0.1.0/opam-monorepo-0.1.0.tbz"
  checksum: [
    "sha256=29569aa3158ba8a3a1efc4178132c13067351cb74e50f6539f3321016d27a30d"
    "sha512=1217656778cb1bfc8f59a0a48ff788622c590a33f3013e14249ae28483586e55cc9940d52357c434af45b2199870642d64951d2ac4d0037d3c23e7576c9d2d13"
  ]
}
