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

depends: [
  "ocaml" {>= "4.03.0" & < "4.08.0"}
  "cppo" {build}
  "ocamlfind" {build}
  "jbuilder"
  "octavius"
]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
synopsis: "Extract documentation from OCaml files"
description: "Doc-ock is a library extract documentation from OCaml files"
url {
  src: "https://github.com/ocaml-doc/doc-ock/archive/v1.2.0.tar.gz"
  checksum: "md5=ef6e96f69b9ed195415cbb620a3e88ea"
}
