opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
homepage: "http://erratique.ch/software/xmlm"
license: "BSD-3-Clause"
doc: ["http://erratique.ch/software/xmlm/doc/Xmlm"]
tags: [
  "xml"
  "codec"
]
build: [
  ["./pkg/pkg-git"]
  ["./pkg/build" "true"]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
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 BSD3 license."""
url {
  src: "http://erratique.ch/software/xmlm/releases/xmlm-1.2.0.tbz"
  checksum: "md5=7e6d3363c2395d84274f1b480e4b6003"
}
