Skip to content

Commit 9cbfb39

Browse files
authored
Merge pull request #27507 from Firobe/release-opam-monorepo-0.4.1
[new release] opam-monorepo (0.4.1)
1 parent ee9b9b0 commit 9cbfb39

File tree

2 files changed

+37
-0
lines changed
  • packages
    • mirage/mirage.4.5.0
    • opam-monorepo/opam-monorepo.0.4.1

2 files changed

+37
-0
lines changed

packages/mirage/mirage.4.5.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ build: [
1919

2020
depends: [
2121
"ocaml" {>= "4.08.0"}
22+
"ocaml" {with-test & < "5"}
2223
"dune" {>= "2.9.0"}
2324
"astring"
2425
"cmdliner" {>= "1.2.0"}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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: ["[email protected]"]
8+
authors: [
9+
"Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
10+
]
11+
license: "ISC"
12+
homepage: "https://github.com/tarides/opam-monorepo"
13+
doc: "https://tarides.github.io/opam-monorepo"
14+
bug-reports: "https://github.com/tarides/opam-monorepo/issues"
15+
depends: [
16+
"dune" {>= "3.6"}
17+
"ocaml" {>= "4.10.0"}
18+
"odoc" {with-doc}
19+
"conf-pkg-config"
20+
]
21+
conflicts: [
22+
"dune-build-info" {= "2.7.0" | = "2.7.1"}
23+
"dune-configurator" {= "2.7.0" | = "2.7.1"}
24+
]
25+
dev-repo: "git+https://github.com/tarides/opam-monorepo.git"
26+
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@test/lib/runtest" {with-test} ]
27+
flags: [ plugin ]
28+
url {
29+
src:
30+
"https://github.com/tarides/opam-monorepo/releases/download/0.4.1/opam-monorepo-0.4.1.tbz"
31+
checksum: [
32+
"sha256=9a1839629f6c00d60f7c71f68b72cc8191a70c363ffc0efa97e19ed241f8ae57"
33+
"sha512=77b5047c83e921eaaada7ecb860d0181bdb0d3c5c501345cb2031f54120fe3c675228a715518510d91d8a0eaafb9c96dc2ca1f3e1a6007d439234b239b266b19"
34+
]
35+
}
36+
x-commit-hash: "f6c3411793b8e597955318c7cab43974de4d3708"

0 commit comments

Comments
 (0)