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" 10 "dune" {>= "2.0"} 11 "alcotest" {with-test} 12] 13conflicts: ["core_kernel"] 14build: [ 15 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17] 18dev-repo: "git+https://github.com/ocaml/opam-file-format" 19url { 20 src: "https://github.com/ocaml/opam-file-format/archive/2.1.1.tar.gz" 21 checksum: [ 22 "md5=c1949c5dff062c754d0642c7eded794f" 23 "sha512=bb5fab696a31d985539e75383d82299145ea594456e7aa9ecff425187f2c781a2efda6924a193623938cafa13a8c65a2624dd965242289d5404f0a4d61af37b0" 24 ] 25}