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>" 5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://opam.ocaml.org" 7bug-reports: "https://github.com/ocaml/opam-file-format/issues" 8depends: [ 9 "ocaml" {>= "3.09.0"} 10 "alcotest" {with-test} 11] 12depopts: ["dune"] 13conflicts: [ 14 "dune" {< "1.3.0"} 15] 16build: [ 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] 22install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed} 23dev-repo: "git+https://github.com/ocaml/opam-file-format" 24url { 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}