-
Notifications
You must be signed in to change notification settings - Fork 6
/
opam
34 lines (32 loc) · 1.13 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
name: "odig"
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).
Homepage: https://erratique.ch/software/odig"""
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
authors: "The odig programmers"
license: [
"ISC" "LicenseRef-ParaType-Free-Font-License" "LicenseRef-DejaVu-fonts"
]
tags: [
"build" "dev" "doc" "meta" "packaging" "org:erratique" "org:b0-system"
]
homepage: "https://erratique.ch/software/odig"
doc: "https://erratique.ch/software/odig/doc"
bug-reports: "https://github.com/b0-system/odig/issues"
depends: [
"ocaml" {>= "4.08"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
"cmdliner" {>= "1.1.0"}
"odoc" {>= "2.0.0"}
"b0" {= "0.0.5"}
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/odig.git"