opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/xmldiff/"
license: "LGPL-3.0-only"
doc: ["https://zoggy.github.io/xmldiff/refdoc/"]
build: [make "all"]
remove: [["ocamlfind" "remove" "xmldiff"]]
depends: [
  "ocaml"
  "ocamlfind"
  "xmlm" {< "1.3.0"}
]
install: [make "install"]
synopsis: "Diffs on XML trees."
flags: light-uninstall
url {
  src: "http://zoggy.github.com/xmldiff/xmldiff-0.1.tar.gz"
  checksum: "md5=5c9401877fd2319f0268cf4f97bb9472"
}
