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" {< "3.0.0"}
25 "zed" { >= "2.0.0" }
26]
27url {
28 src: "https://github.com/OCamlPro/ocp-index/releases/download/1.2/ocp-index-1.2.tbz"
29 checksum: [
30 "sha256=b93ed30df9ca321ff5758cdf43976034bcc5b3a23f83fcebbd524ea505e090d1"
31 "sha512=40d585edde42048d03b7672f29a0e4d0b92903d7b65f6d34f0c59d7ce29606bfc85a937b4967aea267eeb4f398990ec7ba8ec844858e433ce080a7f195a709b8"
32 ]
33}