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: ["dune" "build" "-p" name "-j" jobs] depends: [ "ocaml" {>= "4.08"} "cppo" {build} "dune" {>= "1.0"} "ocp-index" {= version} "cmdliner" "lambda-term" {< "3.3.0"} "zed" { >= "2.0.0" } ] url { src: "https://github.com/OCamlPro/ocp-index/archive/1.2.1.tar.gz" checksum: [ "md5=f5e0bba2b6bbdf5489f313e3c3dcdbec" "sha512=82618bef74f00474dc909c01e4ba8f8e235fc420d99a1fe0bf6508745d3f0a75a0b0c25c43e89ae01aa7fb86eae667ff0e0498216881022f900d050541f7a8b5" ] }