File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
packages/opam-file-format/opam-file-format.2.1.6 Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Parser and printer for the opam file syntax"
3+ maintainer: "Louis Gesbert <
[email protected] >"
4+ authors: "Louis Gesbert <
[email protected] >"
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ homepage: "https://opam.ocaml.org"
7+ bug-reports: "https://github.com/ocaml/opam-file-format/issues"
8+ depends: [
9+ "ocaml" {>= "3.09.0"}
10+ "alcotest" {with-test}
11+ ]
12+ depopts: ["dune"]
13+ conflicts: [
14+ "dune" {< "1.3.0"}
15+ ]
16+ build: [
17+ [make "byte" {!ocaml:native} "all" {ocaml:native}] {!dune:installed}
18+ ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
19+ {dune:installed}
20+ ["dune" "runtest" "-p" name "-j" jobs] {with-test & dune:installed}
21+ ]
22+ install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed}
23+ dev-repo: "git+https://github.com/ocaml/opam-file-format"
24+ url {
25+ src:
26+ "https://github.com/ocaml/opam-file-format/archive/refs/tags/2.1.6.tar.gz"
27+ checksum: [
28+ "md5=706ce5fc3e77db746a4c8b11d79cefef"
29+ "sha512=89148dceacc523bcd3b65ecc60cbef2270a9618f7d97c5655060adef5c99986fa37910c9622d328a6371a0409a371158cec919f5100cf6d85110cd7cfdf2bb85"
30+ ]
31+ }
You can’t perform that action at this time.
0 commit comments