opam-version: "2.0" maintainer: "louis.gesbert@ocamlpro.com" 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. """ 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 "-j" jobs] depends: [ "ocaml" {>= "4.02.0"} "ocp-pp" {build} "jbuilder" {>= "1.0+beta7"} "ocp-index" {= "1.1.7" | = version} "cmdliner" "lambda-term" {< "2.0"} ] url { src: "https://github.com/OCamlPro/ocp-index/archive/1.1.8.tar.gz" checksum: [ "md5=f00f300d602e3e148e64d630d4f8a548" "sha512=f743167890764d8ecad90a3925930210cf761a0534e08f57e547f0638705eb7ea4e38c48d45b8ebfe2a8d43a9e7b986bb69b5ed3624eb08911826a39ee0c0cef" ] }