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