File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
opam-build/opam-build.0.2.5
opam-test/opam-test.0.2.5 Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "An opam plugin to build projects"
3+ maintainer: "Kate <
[email protected] >"
4+ authors: "Kate <
[email protected] >"
5+ license: "MIT"
6+ homepage: "https://github.com/kit-ty-kate/opam-build"
7+ bug-reports: "https://github.com/kit-ty-kate/opam-build/issues"
8+ depends: [
9+ "ocaml" {>= "4.08"}
10+ "dune" {>= "2.0"}
11+ "opam-client" {>= "2.3" & < "2.4"}
12+ "cmdliner" {>= "1.1"}
13+ "xdg" {>= "3.0.0"}
14+ ]
15+ available: opam-version >= "2.3" & opam-version < "2.4"
16+ flags: plugin
17+ build: ["dune" "build" "-p" name "-j" jobs]
18+ dev-repo: "git+https://github.com/kit-ty-kate/opam-build.git"
19+ url {
20+ src:
21+ "https://github.com/kit-ty-kate/opam-build/releases/download/v0.2.5/opam-build-0.2.5.tar.gz"
22+ checksum: [
23+ "md5=7d68bc72a303aafa5d1546fa6bc55d7b"
24+ "sha512=a07acfff1f566c9f4e50fba8b9dae9c25a09acd304e6a5c260602e31eb3932aef02795de16f2616ba78a93db2499114cc6a1371d65dd34c1a45418b16f75886a"
25+ ]
26+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "An opam plugin to test projects"
3+ maintainer: "Kate <
[email protected] >"
4+ authors: "Kate <
[email protected] >"
5+ license: "MIT"
6+ homepage: "https://github.com/kit-ty-kate/opam-build"
7+ bug-reports: "https://github.com/kit-ty-kate/opam-build/issues"
8+ depends: [
9+ "ocaml" {>= "4.08"}
10+ "dune" {>= "2.0"}
11+ "opam-client" {>= "2.3" & < "2.4"}
12+ "cmdliner" {>= "1.1"}
13+ "xdg" {>= "3.0.0"}
14+ ]
15+ available: opam-version >= "2.3" & opam-version < "2.4"
16+ flags: plugin
17+ build: ["dune" "build" "-p" name "-j" jobs]
18+ dev-repo: "git+https://github.com/kit-ty-kate/opam-build.git"
19+ url {
20+ src:
21+ "https://github.com/kit-ty-kate/opam-build/releases/download/v0.2.5/opam-build-0.2.5.tar.gz"
22+ checksum: [
23+ "md5=7d68bc72a303aafa5d1546fa6bc55d7b"
24+ "sha512=a07acfff1f566c9f4e50fba8b9dae9c25a09acd304e6a5c260602e31eb3932aef02795de16f2616ba78a93db2499114cc6a1371d65dd34c1a45418b16f75886a"
25+ ]
26+ }
You can’t perform that action at this time.
0 commit comments