Skip to content

Commit c5ce41b

Browse files
committed
Add docs site to opam metadata
1 parent 4267d49 commit c5ce41b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

odoc-parser.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bug-reports: "https://github.com/ocaml-doc/odoc-parser/issues"
1414
dev-repo: "git+https://github.com/ocaml-doc/odoc-parser.git"
1515
# This template exists because without it dune pop is dependencies and build rules
1616
# involving odoc. Since odoc depends on this package, this doesn't work.
17-
17+
doc: "https://ocaml-doc.github.io/odoc-parser/"
1818
depends: [
1919
"dune" {>= "2.8"}
2020
"ocaml" {>= "4.02.0"}

odoc-parser.opam.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This template exists because without it dune pop is dependencies and build rules
22
# involving odoc. Since odoc depends on this package, this doesn't work.
3-
3+
doc: "https://ocaml-doc.github.io/odoc-parser/"
44
depends: [
55
"dune" {>= "2.8"}
66
"ocaml" {>= "4.02.0"}

0 commit comments

Comments
 (0)