-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19811 from NathanReb/release-opam-monorepo-0.2.6
[new release] opam-monorepo (0.2.6)
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |