opam-version: "2.0"
synopsis: "Streaming XML codec for OCaml"
description: """
Xmlm is a streaming codec to decode and encode the XML data format. It
can process XML documents without a complete in-memory representation of the
data.

Xmlm is made of a single independent module and distributed
under the ISC license."""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
license: "ISC"
tags: ["xml" "codec" "org:erratique"]
homepage: "http://erratique.ch/software/xmlm"
doc: "http://erratique.ch/software/xmlm/doc/Xmlm"
bug-reports: "https://github.com/dbuenzli/xmlm/issues"
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build & >= "0.9.0"}
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%"]
dev-repo: "git+http://erratique.ch/repos/xmlm.git"
url {
  src: "http://erratique.ch/software/xmlm/releases/xmlm-1.3.0.tbz"
  checksum: "md5=d63ce15d913975211196b5079e86a797"
}
