opam-version: "2.0"
maintainer: "lpw25@cl.cam.ac.uk"
authors: [
 "Leo White <lpw25@cl.cam.ac.uk>"
 "David Sheets <sheets@alum.mit.edu>" ]
homepage:  "https://github.com/ocaml-doc/doc-ock-xml"
doc: "https://ocaml-doc.github.com/doc-ock-xml/"
license: "ISC"
dev-repo: "git+http://github.com/ocaml-doc/doc-ock-xml.git"
bug-reports: "https://github.com/ocaml-doc/doc-ock-xml/issues"
tags: ["doc" "xml" "ocaml" "org:ocaml-doc"]

depends: [
  "ocaml"
  "ocamlfind" {build}
  "jbuilder"
  "xmlm"
  "menhir"
  "doc-ock" {>= "1.1.0" & < "1.2.0"}
]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
synopsis: "XML printer and parser for Doc-Ock"
description: """
Doc-ock-xml is an XML printer and parser for [Doc-ock][doc-ock]

doc-ock: https://github.com/ocaml-doc/doc-ock"""
url {
  src:
    "http://github.com/ocaml-doc/doc-ock-xml/releases/download/v1.1.0/doc-ock-xml-1.1.0.tbz"
  checksum: "md5=707c0979be6fc0ce46a0ea760fb80b8c"
}
