opam-version: "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.""" maintainer: "louis.gesbert@ocamlpro.com" authors: ["Louis Gesbert" "Gabriel Radanne"] license: "GPL-3.0-only" tags: ["org:ocamlpro" "org:typerex"] homepage: "http://www.typerex.org/ocp-index.html" bug-reports: "https://github.com/OCamlPro/ocp-index/issues" depends: [ "ocaml" {>= "4.02.0"} "cppo" {build & >= "1.1.0"} "dune" {>= "1.0"} "ocp-index" {= version} "cmdliner" "lambda-term" {< "3.3.0"} "zed" {>= "2.0.0"} "odoc" {with-test} ] build: ["dune" "build" "-p" name "-j" jobs] dev-repo: "git+https://github.com/OCamlPro/ocp-index.git" url { src: "https://github.com/OCamlPro/ocp-index/archive/refs/tags/1.3.3.tar.gz" checksum: [ "md5=738dd32765ce0b6b6423620cc62b7db9" "sha512=6360240c951ac64baf9b3736c9a37c41a5ac8c5ddf52e723019fb5ef294e786e245712fd88f408bd8f6881d8741ab152872181062acd81443eec07d1d703e85a" ] }