opam-version: "2.0"
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
dev-repo: "git+https://github.com/reynir/ocp-index-top.git"
homepage: "https://github.com/reynir/ocp-index-top/"
bug-reports:  "https://github.com/reynir/ocp-index-top/issues"
doc: "https://reynir.github.io/ocp-index-top/"
license: "BSD-2-clause"
build: [
  "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
]
depends: [
  "ocaml" {> "4.01.0" & < "4.10"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "cppo" {build}
  "cppo_ocamlbuild" {build}
  "ocp-index"
]
synopsis: "Documentation in the OCaml toplevel"
authors: "Reynir Björnsson <reynir@reynir.dk>"
url {
  src:
    "https://github.com/reynir/ocp-index-top/releases/download/v0.5.0/ocp-index-top-0.5.0.tbz"
  checksum: "md5=3d3087576c60a10ee2cdceecf784bdd9"
}
