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