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: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 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.02.0"} 20 "ocp-pp" {build} 21 "dune" {>= "1.0"} 22 "ocp-index" {= version} 23 "cmdliner" 24 "lambda-term" {< "2.0"} 25] 26url { 27 src: "https://github.com/OCamlPro/ocp-index/archive/1.1.9.tar.gz" 28 checksum: [ 29 "md5=e66ce96958cc87c724e9163feaaf769f" 30 "sha512=3ecc6b5208db5be23edb2cca66324aad0768644e2a08a9fb0294f920a53ae22af46c5f6cd4768f61d1c532b3110a99873b4c5139fc2585b3b70e41c8e577b543" 31 ] 32}