-
Notifications
You must be signed in to change notification settings - Fork 3
/
odoc2docset.opam
38 lines (38 loc) · 951 Bytes
/
odoc2docset.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
35
36
37
38
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Generates Dash docsets using Odoc"
description:
"Generates Dash docsets for OCaml packages using the Odoc documentation generator."
maintainer: ["Jack Feser <[email protected]>"]
authors: ["Jack Feser <[email protected]>"]
license: "MIT"
homepage: "https://github.com/jfeser/odoc2docset"
doc: "https://jfeser.github.io/odoc2docset/"
bug-reports: "https://github.com/jfeser/odoc2docset/issues"
depends: [
"dune" {>= "2"}
"logs" {>= "0.6"}
"sqlite3" {>= "4.4"}
"lambdasoup" {>= "0.6"}
"cmdliner" {>= "1.0"}
"fmt" {>= "0.8"}
"shell" {>= "v0.14"}
"stdio" {>= "v0.14"}
"odoc" {>= "2.0.2"}
"odig" {>= "0.0.7"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/jfeser/odoc2docset.git"