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" {< "5.0.0"} | "dune") 10 "alcotest" {with-test} 11] 12build: [ 13 [make "byte" {!ocaml:native} "all" {ocaml:native}] {!dune:installed} 14 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] 15 {dune:installed} 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test & dune:installed} 17] 18install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed} 19dev-repo: "git+https://github.com/ocaml/opam-file-format" 20url { 21 src: "https://github.com/ocaml/opam-file-format/archive/2.1.2.tar.gz" 22 checksum: [ 23 "md5=f16ed774167fc1881876b8185087e0ab" 24 "sha512=24fcc8a89dd79fee4fb54cfcd3a9b392819eb8214c97f43e226d44f1bc98111effade15f21f1e13aa5d3555cb458cbe269ba78ee4a1470c554f479446012d7ee" 25 ] 26}