opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: "Anil Madhavapeddy"
license: "ISC"
tags: ["org:mirage" "org:ocamllabs"]
homepage: "https://github.com/mirage/ezxmlm"
bug-reports: "https://github.com/mirage/ezxmlm/issues"
doc: "https://mirage.github.io/ezxmlm/"
dev-repo: "git+https://github.com/mirage/ezxmlm.git"
depends: [
  "ocaml" {>= "4.02.3"}
  "dune" {>= "1.0"}
  "xmlm" {>= "1.1.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
synopsis: "Combinators for parsing and selection of XML structures"
description: """
An XML parser and serialisartion library written in pure OCaml.  Values can
be converted to and from channels or strings, and combinators exist to
query the XML values.
"""
url {
  src:
    "https://github.com/mirage/ezxmlm/releases/download/v1.1.0/ezxmlm-v1.1.0.tbz"
  checksum: "md5=5d13d6c55cc1329b930b35eee2395731"
}
