forked from ocaml/odoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathodoc.opam
40 lines (33 loc) · 880 Bytes
/
odoc.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
39
40
opam-version: "2.0"
version: "dev"
homepage: "http://github.com/ocaml/odoc"
doc: "https://github.com/ocaml/odoc#readme"
bug-reports: "https://github.com/ocaml/odoc/issues"
license: "ISC"
authors: [
"Thomas Refis <[email protected]>"
"David Sheets <[email protected]>"
"Leo White <[email protected]>"
]
maintainer: "Anton Bachin <[email protected]>"
dev-repo: "git+https://github.com/ocaml/odoc.git"
synopsis: "OCaml documentation generator"
depends: [
"astring" {build}
"cmdliner" {build & >= "1.0.0"}
"cppo" {build}
"dune"
"fpath" {build}
"ocaml" {>= "4.02.0"}
"result" {build}
"tyxml" {build & >= "4.3.0"}
"alcotest" {dev & >= "0.8.3"}
"markup" {dev & >= "0.8.0"}
"ocamlfind" {dev}
"sexplib" {dev & >= "113.33.00"}
"bisect_ppx" {with-test & >= "1.3.0"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]