Skip to content

Commit

Permalink
Merge pull request #19811 from NathanReb/release-opam-monorepo-0.2.6
Browse files Browse the repository at this point in the history
[new release] opam-monorepo (0.2.6)
  • Loading branch information
samoht authored Oct 19, 2021
2 parents 2b4b909 + 3b038b0 commit f34217b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/opam-monorepo/opam-monorepo.0.2.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
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"

0 comments on commit f34217b

Please sign in to comment.