Blob Blame History Raw
opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
remove: ["ocamlfind" "remove" "xml-light"]
depends: ["ocaml" "ocamlfind"]
dev-repo: "git+https://github.com/ncannasse/xml-light"
install: [make "install_ocamlfind"]
synopsis: "Xml-Light is a minimal XML parser & printer for OCaml"
description: """
It provide functions to parse an XML document into an OCaml data
structure, work with it, and print it back to an XML document. It
support also DTD parsing and checking, and is entirely written in
OCaml, hence it does not require additional C library."""
flags: light-uninstall
url {
  src: "https://github.com/ncannasse/xml-light/archive/2.4.tar.gz"
  checksum: "md5=fe55697c13e867ced31ec79d5e33c7de"
}