this repo has no description
1opam-version: "2.0"
2synopsis: "Parser and printer for the opam file syntax"
3maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
4authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
5homepage: "https://opam.ocaml.org"
6bug-reports: "https://github.com/ocaml/opam-file-format/issues"
7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8dev-repo: "git+https://github.com/ocaml/opam-file-format"
9build: [
10 [make "byte" {!ocaml:native} "all" {ocaml:native}] {!dune:installed}
11 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] {dune:installed}
12 ["dune" "runtest" "-p" name "-j" jobs] {with-test & dune:installed}
13]
14install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed}
15depends: [
16 ("ocaml" {< "5.0.0"} | "dune")
17 "alcotest" {with-test}
18]
19conflicts: "dune" {< "1.3.0"}
20url {
21 src: "https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz"
22 checksum: [
23 "md5=b805562dd2d86fc3c8e6d47884fd1da6"
24 "sha512=90da53a2b19eb97c17ec71d3ac00969863ef3458f421189413b3ec2d96f8822da9fba51ef95f55064bbb17f1729104a1fe4fed1d61d5006568b53165f0c6931f"
25 ]
26}