opam-version: "2.0"
maintainer: "louis.gesbert@ocamlpro.com"
authors: ["Louis Gesbert" "Gabriel Radanne"]
homepage: "http://www.typerex.org/ocp-index.html"
bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
tags: ["org:ocamlpro" "org:typerex"]
dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
build: ["jbuilder" "build" "-p" name]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocp-pp"
  "jbuilder"
  "ocp-index" {= "1.1.6"}
  "cmdliner"
  "lambda-term" {< "2.0"}
]
synopsis:
  "Console browser for the documentation of installed OCaml libraries"
description: """
ocp-browser is a ncurses-like interface that allows to easily browse the
interfaces and documentation of all installed OCaml modules."""
url {
  src: "https://github.com/OCamlPro/ocp-index/archive/1.1.6.tar.gz"
  checksum: "md5=9c062e99f3c3c3c334c97df2f78e1082"
}
