Skip to content

Commit 81937d7

Browse files
committed
Package opam-file-format.2.1.6
1 parent a937a5e commit 81937d7

File tree

1 file changed

+31
-0
lines changed
  • packages/opam-file-format/opam-file-format.2.1.6

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

0 commit comments

Comments
 (0)