opam-version: "1.2"
name: "opam-file-format"
version: "2.0.0"
synopsis: "Parser and printer for the opam file syntax"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
license: "LGPL-2.1 with OCaml linking exception"
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
build: [
  make
  "byte" {!ocaml-native}
  "all" {ocaml-native}
]
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
dev-repo: "git+https://github.com/ocaml/opam-file-format"
