this repo has no description
1opam-version: "2.0"
2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3authors: ["The odig programmers"]
4homepage: "https://erratique.ch/software/odig"
5doc: "https://erratique.ch/software/odig/doc"
6license: ["ISC" "PT-Sans-fonts" "DejaVu-fonts" ]
7dev-repo: "git+https://erratique.ch/repos/odig.git"
8bug-reports: "https://github.com/b0-system/odig/issues"
9tags: [ "org:erratique" "org:b0-system" "build" "dev" "meta" "doc" "packaging" ]
10depends: [
11 "ocaml" {>= "4.03"}
12 "ocamlfind" {build}
13 "ocamlbuild" {build}
14 "topkg" {build & >= "0.9.1"}
15 "cmdliner" {>= "1.0.0"}
16 "odoc" {>= "1.4.0" & < "2.0.0"}
17 "b0" {<= "0.0.0"}
18]
19build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
20
21synopsis: """Lookup documentation of installed OCaml packages"""
22description: """\
23
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"""
31url {
32 src: "https://erratique.ch/software/odig/releases/odig-0.0.4.tbz"
33 checksum: [
34 "sha256=317bff8108f310ba14b435162f27921fb21f4f8a522121b1388b26b1515c496d"
35 "md5=cea6608b4d0a62df5c358d771fd1a148"
36 ]
37}