opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocaml/opam-file-format.git"
build: [
  make
  "byte" {!ocaml:native}
  "all" {ocaml:native}
]
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
synopsis: "Parser and printer for the opam file syntax"
depends: ["ocaml"]
flags: light-uninstall
url {
  src: "https://github.com/ocaml/opam-file-format/archive/2.0-alpha5.tar.gz"
  checksum: "md5=2ccdf87e2bd8ed8541dda1d3369b3199"
}
