File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
opam-build/opam-build.0.2.6
opam-test/opam-test.0.2.6 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.4" & < "2.5"}
12+ "cmdliner" {>= "1.1"}
13+ "xdg" {>= "3.0.0"}
14+ ]
15+ available: opam-version >= "2.4" & opam-version < "2.5"
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.6/opam-build-0.2.6.tar.gz"
22+ checksum: [
23+ "md5=dcbc907ae739d526fb1fb04ce1c72067"
24+ "sha512=e8f553a69bef8435f649c29e8ad195ec381363c57580843d395ea3a7f774166f77dd8313da45a37e521e0888d2149a8f2f2982d229a45b2255d5fab0d591f9a1"
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.4" & < "2.5"}
12+ "cmdliner" {>= "1.1"}
13+ "xdg" {>= "3.0.0"}
14+ ]
15+ available: opam-version >= "2.4" & opam-version < "2.5"
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.6/opam-build-0.2.6.tar.gz"
22+ checksum: [
23+ "md5=dcbc907ae739d526fb1fb04ce1c72067"
24+ "sha512=e8f553a69bef8435f649c29e8ad195ec381363c57580843d395ea3a7f774166f77dd8313da45a37e521e0888d2149a8f2f2982d229a45b2255d5fab0d591f9a1"
25+ ]
26+ }
You can’t perform that action at this time.
0 commit comments