Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 3.1.0

### Added
- Exposed sherlodoc libraries for use in other projects (@jonludlam, #1349)
Expand Down
1 change: 0 additions & 1 deletion odoc-driver.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ homepage: "https://github.com/ocaml/odoc"
doc: "https://ocaml.github.io/odoc/"
bug-reports: "https://github.com/ocaml/odoc/issues"
license: "ISC"
flags: [ avoid-version ]

maintainer: [
"Daniel Bünzli <daniel.buenzli@erratique.ch>"
Expand Down
2 changes: 1 addition & 1 deletion odoc-md.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ homepage: "https://github.com/ocaml/odoc"
doc: "https://ocaml.github.io/odoc/"
bug-reports: "https://github.com/ocaml/odoc/issues"
license: "ISC"
flags: [ avoid-version ]

maintainer: [
"Jon Ludlam <jon@recoil.org>"
Expand All @@ -30,6 +29,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"odoc" {= version}
"dune" {>= "3.18.0"}
"cmdliner" {>= "1.3.0"}
"cmarkit"
]

Expand Down
1 change: 0 additions & 1 deletion odoc-parser.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ homepage: "https://github.com/ocaml/odoc"
bug-reports: "https://github.com/ocaml/odoc/issues"
dev-repo: "git+https://github.com/ocaml/odoc.git"
doc: "https://ocaml.github.io/odoc/odoc_parser"
flags: [ avoid-version ]
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "4.08.0" & < "5.5"}
Expand Down
1 change: 0 additions & 1 deletion odoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ homepage: "https://github.com/ocaml/odoc"
doc: "https://ocaml.github.io/odoc/"
bug-reports: "https://github.com/ocaml/odoc/issues"
license: "ISC"
flags: [ avoid-version ]

maintainer: [
"Daniel Bünzli <daniel.buenzli@erratique.ch>"
Expand Down
1 change: 0 additions & 1 deletion sherlodoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ license: "MIT"
homepage: "https://github.com/ocaml/odoc"
doc: "https://ocaml.github.io/odoc/"
bug-reports: "https://github.com/ocaml/odoc/issues"
flags: [ avoid-version ]
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.0.8"}
Expand Down