this repo has no description
1opam-version: "2.0" 2synopsis: 3 "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.""" 7maintainer: "louis.gesbert@ocamlpro.com" 8authors: ["Louis Gesbert" "Gabriel Radanne"] 9license: "GPL-3.0-only" 10tags: ["org:ocamlpro" "org:typerex"] 11homepage: "http://www.typerex.org/ocp-index.html" 12bug-reports: "https://github.com/OCamlPro/ocp-index/issues" 13depends: [ 14 "ocaml" {>= "4.02.0"} 15 "cppo" {build & >= "1.1.0"} 16 "dune" {>= "1.0"} 17 "ocp-index" {= version} 18 "cmdliner" 19 "lambda-term" {< "3.3.0"} 20 "zed" {>= "2.0.0"} 21 "odoc" {with-test} 22] 23build: ["dune" "build" "-p" name "-j" jobs] 24dev-repo: "git+https://github.com/OCamlPro/ocp-index.git" 25url { 26 src: "https://github.com/OCamlPro/ocp-index/archive/refs/tags/1.3.3.tar.gz" 27 checksum: [ 28 "md5=738dd32765ce0b6b6423620cc62b7db9" 29 "sha512=6360240c951ac64baf9b3736c9a37c41a5ac8c5ddf52e723019fb5ef294e786e245712fd88f408bd8f6881d8741ab152872181062acd81443eec07d1d703e85a" 30 ] 31}