Skip to content

Commit 9cbedba

Browse files
authored
Merge pull request #28374 from tmcgilchrist/release-opam-compiler-0.2.1
[new release] opam-compiler (0.2.1)
1 parent ba4c672 commit 9cbedba

File tree

1 file changed

+54
-0
lines changed
  • packages/opam-compiler/opam-compiler.0.2.1

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
opam-version: "2.0"
2+
synopsis: "Plugin to create switches using custom compilers"
3+
description:
4+
"This plugin can manage switches using various sources for compilers, such as git branches, github PRs, etc"
5+
maintainer: ["Etienne Millon <[email protected]>"]
6+
authors: ["Etienne Millon <[email protected]>"]
7+
license: "ISC"
8+
homepage: "https://github.com/ocaml-opam/opam-compiler"
9+
bug-reports: "https://github.com/ocaml-opam/opam-compiler/issues"
10+
depends: [
11+
"dune" {>= "2.7"}
12+
"ocaml" {>= "4.08.0"}
13+
"bos"
14+
"cmdliner" {>= "1.1.0"}
15+
"cmdliner" {>= "1.2.0" & with-test}
16+
"curly" {>= "0.2.0"}
17+
"either" {with-test}
18+
"github-data"
19+
"ocaml-version" {>= "3.0.0"}
20+
"re" {>= "1.5.0"}
21+
"rresult" {>= "0.6.0"}
22+
"uri"
23+
"alcotest" {>= "1.2.0" & with-test}
24+
"odoc" {with-doc}
25+
]
26+
conflicts: [
27+
"result" {< "1.5"}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"@install"
39+
"@runtest" {with-test}
40+
"@doc" {with-doc}
41+
]
42+
]
43+
dev-repo: "git+https://github.com/ocaml-opam/opam-compiler.git"
44+
flags: plugin
45+
available: opam-version >= "2.1"
46+
url {
47+
src:
48+
"https://github.com/ocaml-opam/opam-compiler/releases/download/0.2.1/opam-compiler-0.2.1.tbz"
49+
checksum: [
50+
"sha256=bdbe6986e9bf59a5d2079ada7d014f10849f35227863bac98dff8fb49683707a"
51+
"sha512=6e91029d6854b950ff067cc5c0c303c1034c289eec7f495ea6f6df26f6d08488623dfeb885cfdb9282b027c45bb7e7e78aebbb3c9cd2954fcb38d730d6b589c6"
52+
]
53+
}
54+
x-commit-hash: "21df1544d1996d4aa5aa4d4a34e702c4361e0ff9"

0 commit comments

Comments
 (0)