this repo has no description
1opam-version: "2.0" 2maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 3authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 4homepage: "https://opam.ocaml.org" 5bug-reports: "https://github.com/ocaml/opam-file-format/issues" 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7dev-repo: "git+https://github.com/ocaml/opam-file-format.git" 8build: [ 9 make 10 "byte" {!ocaml:native} 11 "all" {ocaml:native} 12] 13install: [make "install" "PREFIX=%{prefix}%"] 14remove: ["rm" "-rf" "%{opam-file-format:lib}%"] 15synopsis: "Parser and printer for the opam file syntax" 16depends: [ 17 "ocaml" {< "5.0.0"} 18] 19flags: light-uninstall 20url { 21 src: "https://github.com/ocaml/opam-file-format/archive/2.0.0-beta.tar.gz" 22 checksum: [ 23 "sha256=8a8717ce08212e6b9e679c25052b36517c7964c3021cb55b464e80164d7eddf8" 24 "md5=0cfdfe9498c8bd9fde3afc4d7734852d" 25 ] 26} 27x-maintained: false