File tree Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/odoc"
5
5
doc: "https://ocaml.github.io/odoc/"
6
6
bug-reports: "https://github.com/ocaml/odoc/issues"
7
7
license: "ISC"
8
+ flags: [ avoid-version ]
8
9
9
10
maintainer: [
10
11
"Daniel Bünzli <
[email protected] >"
@@ -34,7 +35,7 @@ documentation for installed packages.
34
35
35
36
depends: [
36
37
"ocaml" {>= "5.1.0"}
37
- "odoc" {= version }
38
+ "odoc" {>= "3.0.0" }
38
39
"bos"
39
40
"fpath"
40
41
"yojson"
@@ -63,3 +64,6 @@ build: [
63
64
"@doc" {with-doc}
64
65
]
65
66
]
67
+
68
+ x-maintenance-intent: ["(latest)"]
69
+
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/odoc"
5
5
doc: "https://ocaml.github.io/odoc/"
6
6
bug-reports: "https://github.com/ocaml/odoc/issues"
7
7
license: "ISC"
8
+ flags: [ avoid-version ]
8
9
9
10
maintainer: [
10
11
@@ -45,3 +46,6 @@ build: [
45
46
"@doc" {with-doc}
46
47
]
47
48
]
49
+
50
+ x-maintenance-intent: ["(latest)"]
51
+
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ homepage: "https://github.com/ocaml/odoc"
12
12
bug-reports: "https://github.com/ocaml/odoc/issues"
13
13
dev-repo: "git+https://github.com/ocaml/odoc.git"
14
14
doc: "https://ocaml.github.io/odoc/odoc_parser"
15
+ flags: [ avoid-version ]
15
16
depends: [
16
17
"dune" {>= "3.7"}
17
18
"ocaml" {>= "4.02.0" & < "5.4"}
@@ -36,3 +37,5 @@ build: [
36
37
"@src/parser/runtest" {with-test}
37
38
]
38
39
]
40
+ x-maintenance-intent: ["(latest)"]
41
+
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ homepage: "https://github.com/ocaml/odoc"
5
5
doc: "https://ocaml.github.io/odoc/"
6
6
bug-reports: "https://github.com/ocaml/odoc/issues"
7
7
license: "ISC"
8
+ flags: [ avoid-version ]
8
9
9
10
maintainer: [
10
11
"Daniel Bünzli <
[email protected] >"
@@ -82,3 +83,5 @@ build: [
82
83
"@doc" {with-doc}
83
84
]
84
85
]
86
+ x-maintenance-intent: ["(latest)"]
87
+
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ license: "MIT"
7
7
homepage: "https://github.com/ocaml/odoc"
8
8
doc: "https://ocaml.github.io/odoc/"
9
9
bug-reports: "https://github.com/ocaml/odoc/issues"
10
+ flags: [ avoid-version ]
10
11
depends: [
11
12
"dune" {>= "3.5"}
12
13
"ocaml" {>= "4.0.8"}
13
- "odoc" {>= "3.0.0" }
14
+ "odoc" {= version }
14
15
"base64" {>= "3.5.1"}
15
16
"bigstringaf" {>= "0.9.1"}
16
17
"js_of_ocaml" {>= "5.6.0"}
@@ -45,3 +46,5 @@ build: [
45
46
]
46
47
]
47
48
dev-repo: "git+https://github.com/ocaml/odoc.git"
49
+ x-maintenance-intent: ["(latest)"]
50
+
You can’t perform that action at this time.
0 commit comments