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" "PT-Sans-fonts" "DejaVu-fonts"] 10tags: ["build" "dev" "doc" "meta" "packaging" "org:erratique" 11 "org:b0-system"] 12depends: ["ocaml" {>= "4.08"} 13 "ocamlfind" {build} 14 "ocamlbuild" {build} 15 "topkg" {build & >= "1.0.3"} 16 "cmdliner" {>= "1.0.0"} 17 "odoc" {>= "1.5.0" & < "2.0.0"} 18 "b0" {= "0.0.2"}] 19build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]] 20url { 21 src: "https://erratique.ch/software/odig/releases/odig-0.0.6.tbz" 22 checksum: "sha512=b0150e45e0522ba1eb661414cd9640e96f25648cc2636b6faa994a1af91562e39b5959dfd5ddf24ec36abbe7190e5af3b83aa9299507bc4ebb55f5c7f17abba0"} 23description: """ 24odig is a command line tool to lookup documentation of installed OCaml 25packages. It shows package metadata, readmes, change logs, licenses, 26cross-referenced `odoc` API documentation and manuals. 27 28odig is distributed under the ISC license. The theme fonts have their 29own [licenses](LICENSE.md). 30 31Homepage: https://erratique.ch/software/odig"""