this repo has no description
1opam-version: "2.0" 2maintainer: "louis.gesbert@ocamlpro.com" 3synopsis: "Console browser for the documentation of installed OCaml libraries" 4description: """ 5ocp-browser is a ncurses-like interface that allows to easily browse the 6interfaces and documentation of all installed OCaml modules. 7""" 8authors: [ 9 "Louis Gesbert" 10 "Gabriel Radanne" 11] 12homepage: "http://www.typerex.org/ocp-index.html" 13bug-reports: "https://github.com/OCamlPro/ocp-index/issues" 14license: "GPL-3.0-only" 15tags: [ "org:ocamlpro" "org:typerex" ] 16dev-repo: "git+https://github.com/OCamlPro/ocp-index.git" 17build: ["dune" "build" "-p" name "-j" jobs] 18depends: [ 19 "ocaml" {>= "4.08.0"} 20 "cppo" {build & >= "1.1.0"} 21 "dune" {>= "1.0"} 22 "ocp-index" {= version} 23 "cmdliner" {>= "1.1.0"} 24 "lambda-term" {>= "3.3.0"} 25 "zed" {>= "2.0.0"} 26 "odoc" {with-test} 27] 28url { 29 src: "https://github.com/OCamlPro/ocp-index/archive/1.3.5.tar.gz" 30 checksum: [ 31 "md5=0bc13dfb30c5dece280fd2496ca57cea" 32 "sha512=19f564a98cba92c26ebb32d46b7eb9eb60374977760c97b62c1ffa4f568d0a8e563df4a6bbc3ad7ca7760548c7c57465d1eb30ab5f3138c6fb1084d68c0cc0b0" 33 ] 34}