this repo has no description
1opam-version: "2.0"
2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
4homepage: "http://erratique.ch/software/odig"
5doc: "http://erratique.ch/software/odig/doc"
6license: "ISC"
7dev-repo: "git+http://erratique.ch/repos/odig.git"
8bug-reports: "https://github.com/dbuenzli/odig/issues"
9tags: [ "org:erratique" "build" "dev" "meta" "doc" "packaging" ]
10depends: [
11 "ocaml" {>= "4.03" & < "4.12"}
12 "ocamlfind" {build}
13 "ocamlbuild" {build}
14 "topkg" {build}
15 "base-unix"
16 "rresult" {>= "0.5.0"}
17 "asetmap"
18 "fpath"
19 "fmt"
20 "logs"
21 "bos" {>= "0.1.6"}
22 "cmdliner" {>= "1.0.0"}
23 "mtime" {>= "1.0.0"}
24 "webbrowser"
25 "opam-format"
26]
27build: [
28 "ocaml" "pkg/pkg.ml" "build"
29 "--pinned" "%{pinned}%"
30 "--etc-dir" "%{odig:etc}%"
31 "--lib-dir" "%{lib}%" ]
32synopsis: "Mine installed OCaml packages"
33description: """
34odig is a library and command line tool to mine installed OCaml
35packages. It supports package distribution documentation and metadata
36lookups and generates cross-referenced API documentation.
37
38odig is distributed under the ISC license."""
39url {
40 src: "http://erratique.ch/software/odig/releases/odig-0.0.3.tbz"
41 checksum: [
42 "sha256=aa15d9d1235f3cfa1f83b1a925c2da2b7dacf510d979abc0a58866eac70e052d"
43 "md5=74232d175582fa504215b77190b7f921"
44 ]
45}