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] 12conflicts: [ 13 "dune" {< "1.3.0"} 14] 15build: [ 16 [make "byte" {!ocaml:native} "all" {ocaml:native}] {!dune:installed} 17 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] 18 {dune:installed} 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test & dune:installed} 20] 21install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed} 22dev-repo: "git+https://github.com/ocaml/opam-file-format" 23url { 24 src: 25 "https://github.com/ocaml/opam-file-format/archive/refs/tags/2.1.4.tar.gz" 26 checksum: [ 27 "md5=cd9dac41c2153d07067c5f30cdcf77db" 28 "sha512=fb5e584080d65c5b5d04c7d2ac397b69a3fd077af3f51eb22967131be22583fea507390eb0d7e6f5c92035372a9e753adbfbc8bfd056d8fd4697c6f95dd8e0ad" 29 ] 30}