this repo has no description
1opam-version: "2.0" 2synopsis: "Assemble and manage fully vendored Dune repositories" 3description: """ 4The opam monorepo plugin provides a convenient interface to bridge the 5opam package manager with having a local copy of all the source 6code required to build a project using the dune build tool.""" 7maintainer: ["anil@recoil.org"] 8authors: [ 9 "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon" 10] 11license: "ISC" 12homepage: "https://github.com/ocamllabs/opam-monorepo" 13bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues" 14depends: [ 15 "dune" {>= "2.6"} 16 "ocaml" {>= "4.08.0" & < "4.12"} 17 "conf-pkg-config" {build} 18] 19dev-repo: "git+https://github.com/ocamllabs/opam-monorepo.git" 20build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] 21flags: [ plugin ] 22x-commit-hash: "641f6ea8e6ce56f716efb723dd974c653aa96ef6" 23url { 24 src: 25 "https://github.com/ocamllabs/opam-monorepo/releases/download/0.2.0/opam-monorepo-0.2.0.tbz" 26 checksum: [ 27 "sha256=6f46d7c93232c9ea52651cd4c79e6f722cf0af91c914f5b2435c5fbc8e46df81" 28 "sha512=982f47b055746d0f3d4ef3765621d678299bfcade4a054e5ba1025b74017d027b5fe0102e5854d52d4d44c6e8644a8811c361d993075c70cda60886d50f73896" 29 ] 30}