this repo has no description
1opam-version: "2.0" 2synopsis: "Lookup documentation of installed OCaml packages" 3description: """\ 4odig is a command line tool to lookup documentation of installed OCaml 5packages. It shows package metadata, readmes, change logs, licenses, 6cross-referenced `odoc` API documentation and manuals. 7 8odig is distributed under the ISC license. The theme fonts have their 9own [licenses](LICENSE.md). 10 11Homepage: https://erratique.ch/software/odig""" 12maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 13authors: "The odig programmers" 14license: [ 15 "ISC" "LicenseRef-ParaType-Free-Font-License" "LicenseRef-DejaVu-fonts" 16] 17tags: [ 18 "build" "dev" "doc" "meta" "packaging" "org:erratique" "org:b0-system" 19] 20homepage: "https://erratique.ch/software/odig" 21doc: "https://erratique.ch/software/odig/doc" 22bug-reports: "https://github.com/b0-system/odig/issues" 23depends: [ 24 "ocaml" {>= "4.08"} 25 "ocamlfind" {build} 26 "ocamlbuild" {build} 27 "topkg" {build & >= "1.0.3"} 28 "cmdliner" {>= "1.1.0"} 29 "odoc" {>= "2.0.0"} 30 "b0" {= "0.0.5"} 31] 32build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] 33dev-repo: "git+https://erratique.ch/repos/odig.git" 34url { 35 src: "https://erratique.ch/software/odig/releases/odig-0.0.9.tbz" 36 checksum: 37 "sha512=1658390e48b7698522bf539ee038476968c27b75cd90277dfeffb21258940fc2a1e24a12403aba24f7ad2ce33dc920d3149c7d3cfb74c5c3e961b1e96639e9de" 38} 39x-maintenance-intent: ["(latest)"]