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.4"}
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.8.tbz"
36 checksum:
37 "sha512=e8d8e902043e92d8a5fc5ef8b267dbd378fc491025a9e65756d31fa01589a7c8b4e8a8b6a63d51caeb27f4ab86df4759259be81e83e0386977d83ac190e9370b"
38}