opam-version: "2.0"
maintainer: "ygrek@autistici.org"
homepage: "https://github.com/ermine/xml"
license: "BSD-3-Clause"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-test"] {with-test}
]
remove: [["ocamlfind" "remove" "erm_xml"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "XML stream parser"
flags: light-uninstall
url {
  src: "https://github.com/ermine/xml/tarball/v0.3"
  checksum: "md5=cbac7e9abb5a3607012bd5db83632378"
}
