this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

[new release] opam-monorepo (0.2.6)

authored by

Thomas Gazagnaire and committed by
GitHub
f34217b9 2b4b9092

+34
+34
packages/opam-monorepo/opam-monorepo.0.2.6/opam
··· 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: ["anil@recoil.org"] 8 + authors: [ 9 + "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon" 10 + ] 11 + license: "ISC" 12 + homepage: "https://github.com/ocamllabs/opam-monorepo" 13 + bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues" 14 + depends: [ 15 + "dune" {>= "2.9"} 16 + "ocaml" {>= "4.08.0"} 17 + "conf-pkg-config" {build} 18 + ] 19 + conflicts: [ 20 + "dune-build-info" {= "2.7.0" | = "2.7.1"} 21 + "dune-configurator" {= "2.7.0" | = "2.7.1"} 22 + ] 23 + dev-repo: "git+https://github.com/ocamllabs/opam-monorepo.git" 24 + build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} ] 25 + flags: [ plugin ] 26 + url { 27 + src: 28 + "https://github.com/ocamllabs/opam-monorepo/releases/download/0.2.6/opam-monorepo-0.2.6.tbz" 29 + checksum: [ 30 + "sha256=834815e601c4af80059a8f62c4674075f20d21aaec73f5165a3bad5362419ce4" 31 + "sha512=d8511473c0daeb1a41553374da1609963a9cf1a631ab55468f16e228973b3120f6db5debb7db8a01c4a4d1336828f88a656c94bd4b106501cfc98eaf6532aef0" 32 + ] 33 + } 34 + x-commit-hash: "93584def27ee2c4073b437b9405f413c227c9c57"