Skip to content

Commit ba76566

Browse files
committed
Minor fixes for opam file
Signed-off-by: Jon Ludlam <[email protected]>
1 parent 017714f commit ba76566

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

odoc.opam

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,35 @@ opam-version: "2.0"
22

33
version: "dev"
44
homepage: "http://github.com/ocaml/odoc"
5-
doc: "https://github.com/ocaml/odoc#readme"
5+
doc: "https://ocaml.github.io/odoc/"
66
bug-reports: "https://github.com/ocaml/odoc/issues"
77
license: "ISC"
88

99
authors: [
1010
"Thomas Refis <[email protected]>"
1111
"David Sheets <[email protected]>"
1212
"Leo White <[email protected]>"
13+
"Anton Bachin <[email protected]>"
14+
"Jon Ludlam <[email protected]>"
1315
]
1416
maintainer: "Anton Bachin <[email protected]>"
1517
dev-repo: "git+https://github.com/ocaml/odoc.git"
1618

1719
synopsis: "OCaml documentation generator"
20+
description: """
21+
Odoc is a documentation generator for OCaml. It reads doc comments,
22+
delimited with `(** ... *)`, and outputs HTML.
23+
"""
1824

1925
depends: [
20-
"astring" {build}
21-
"cmdliner" {build & >= "1.0.0"}
26+
"astring"
27+
"cmdliner"
2228
"cppo" {build}
2329
"dune"
24-
"fpath" {build}
30+
"fpath"
2531
"ocaml" {>= "4.02.0"}
26-
"result" {build}
27-
"tyxml" {build & >= "4.3.0"}
32+
"result"
33+
"tyxml" {>= "4.3.0"}
2834

2935
"alcotest" {dev & >= "0.8.3"}
3036
"markup" {dev & >= "0.8.0"}

0 commit comments

Comments
 (0)