Skip to content

Commit 12ad5b5

Browse files
committed
Update opam files
1 parent 19a5fe5 commit 12ad5b5

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

odoc-driver.opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/odoc"
55
doc: "https://ocaml.github.io/odoc/"
66
bug-reports: "https://github.com/ocaml/odoc/issues"
77
license: "ISC"
8+
flags: [ avoid-version ]
89

910
maintainer: [
1011
"Daniel Bünzli <[email protected]>"
@@ -34,7 +35,7 @@ documentation for installed packages.
3435

3536
depends: [
3637
"ocaml" {>= "5.1.0"}
37-
"odoc" {= version}
38+
"odoc" {>= "3.0.0"}
3839
"bos"
3940
"fpath"
4041
"yojson"
@@ -63,3 +64,6 @@ build: [
6364
"@doc" {with-doc}
6465
]
6566
]
67+
68+
x-maintenance-intent: ["(latest)"]
69+

odoc-md.opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/odoc"
55
doc: "https://ocaml.github.io/odoc/"
66
bug-reports: "https://github.com/ocaml/odoc/issues"
77
license: "ISC"
8+
flags: [ avoid-version ]
89

910
maintainer: [
1011
"Jon Ludlam <[email protected]>"
@@ -45,3 +46,6 @@ build: [
4546
"@doc" {with-doc}
4647
]
4748
]
49+
50+
x-maintenance-intent: ["(latest)"]
51+

odoc-parser.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ homepage: "https://github.com/ocaml/odoc"
1212
bug-reports: "https://github.com/ocaml/odoc/issues"
1313
dev-repo: "git+https://github.com/ocaml/odoc.git"
1414
doc: "https://ocaml.github.io/odoc/odoc_parser"
15+
flags: [ avoid-version ]
1516
depends: [
1617
"dune" {>= "3.7"}
1718
"ocaml" {>= "4.02.0" & < "5.4"}
@@ -36,3 +37,5 @@ build: [
3637
"@src/parser/runtest" {with-test}
3738
]
3839
]
40+
x-maintenance-intent: ["(latest)"]
41+

odoc.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/odoc"
55
doc: "https://ocaml.github.io/odoc/"
66
bug-reports: "https://github.com/ocaml/odoc/issues"
77
license: "ISC"
8+
flags: [ avoid-version ]
89

910
maintainer: [
1011
"Daniel Bünzli <[email protected]>"
@@ -82,3 +83,5 @@ build: [
8283
"@doc" {with-doc}
8384
]
8485
]
86+
x-maintenance-intent: ["(latest)"]
87+

sherlodoc.opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ license: "MIT"
77
homepage: "https://github.com/ocaml/odoc"
88
doc: "https://ocaml.github.io/odoc/"
99
bug-reports: "https://github.com/ocaml/odoc/issues"
10+
flags: [ avoid-version ]
1011
depends: [
1112
"dune" {>= "3.5"}
1213
"ocaml" {>= "4.0.8"}
13-
"odoc" {>= "3.0.0"}
14+
"odoc" {= version}
1415
"base64" {>= "3.5.1"}
1516
"bigstringaf" {>= "0.9.1"}
1617
"js_of_ocaml" {>= "5.6.0"}
@@ -45,3 +46,5 @@ build: [
4546
]
4647
]
4748
dev-repo: "git+https://github.com/ocaml/odoc.git"
49+
x-maintenance-intent: ["(latest)"]
50+

0 commit comments

Comments
 (0)