opam-version: "2.0"
maintainer: "Thomas Refis <trefis@janestreet.com>"
homepage:  "https://github.com/ocaml-doc/doc-ock-html"
doc: "https://ocaml-doc.github.com/doc-ock-html/"
license: "ISC"
dev-repo: "git+http://github.com/ocaml-doc/doc-ock-html.git"
bug-reports: "https://github.com/ocaml-doc/odoc/issues"
tags: ["doc" "html" "ocaml" "org:ocaml-doc"]

depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "jbuilder"
  "doc-ock" {>= "1.1.0" & < "1.2.0"}
  "tyxml" {>= "4.0.0"}
  "xmlm"
]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
synopsis: "From doc-ock to HTML"
description: """
Doc-ock-html generates HTML documentation using [Doc-ock][doc-ock]

doc-ock: https://github.com/ocaml-doc/doc-ock"""
authors: "Thomas Refis <trefis@janestreet.com>"
url {
  src:
    "http://github.com/ocaml-doc/doc-ock-html/releases/download/v1.1.0/doc-ock-html-1.1.0.tbz"
  checksum: "md5=7f9ade639ac868f4d37595617546abbe"
}
