opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["The odig programmers"]
homepage: "https://erratique.ch/software/odig"
doc: "https://erratique.ch/software/odig/doc"
license: ["ISC" "PT-Sans-fonts" "DejaVu-fonts" ]
dev-repo: "git+https://erratique.ch/repos/odig.git"
bug-reports: "https://github.com/b0-system/odig/issues"
tags: [ "org:erratique" "org:b0-system" "build" "dev" "meta" "doc" "packaging" ]
depends: [
  "ocaml" {>= "4.03"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build & >= "0.9.1"}
  "cmdliner" {>= "1.0.0"}
  "odoc" {>= "1.4.0"}
  "b0" {<= "0.0.0"}
]
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]

synopsis: """Lookup documentation of installed OCaml packages"""
description: """\

odig is a command line tool to lookup documentation of installed OCaml
packages. It shows package metadata, readmes, change logs, licenses,
cross-referenced `odoc` API documentation and manuals.

odig is distributed under the ISC license. The theme fonts have their
own [licenses](LICENSE.md).
"""
url {
archive: "https://erratique.ch/software/odig/releases/odig-0.0.4.tbz"
checksum: "cea6608b4d0a62df5c358d771fd1a148"
}
