File tree 3 files changed +17
-7
lines changed
3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- (lang dune 3 .8 )
1
+ (lang dune 3 .14 )
2
2
3
3
(name kcas)
4
4
52
52
( and
53
53
( >= 2 .3.0)
54
54
:with -test) )
55
+ ( sherlodoc
56
+ ( and
57
+ ( >= 0 .2)
58
+ :with -doc) )
55
59
( odoc
56
60
( and
57
- ( >= 2 .2.0 )
61
+ ( >= 2 .4.1 )
58
62
:with -doc) ) ) )
59
63
60
64
( package
100
104
( and
101
105
( >= 2 .3.0)
102
106
:with -test) )
107
+ ( sherlodoc
108
+ ( and
109
+ ( >= 0 .2)
110
+ :with -doc) )
103
111
( odoc
104
112
( and
105
- ( >= 2 .2.0 )
113
+ ( >= 2 .4.1 )
106
114
:with -doc) ) ) )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license: "ISC"
16
16
homepage: "https://github.com/ocaml-multicore/kcas"
17
17
bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
18
18
depends: [
19
- "dune" {>= "3.8 "}
19
+ "dune" {>= "3.14 "}
20
20
"ocaml" {>= "4.13.0"}
21
21
"backoff" {>= "0.1.0"}
22
22
"domain-local-await" {>= "1.0.1"}
@@ -25,7 +25,8 @@ depends: [
25
25
"domain_shims" {>= "0.1.0" & with-test}
26
26
"alcotest" {>= "1.7.0" & with-test}
27
27
"mdx" {>= "2.3.0" & with-test}
28
- "odoc" {>= "2.2.0" & with-doc}
28
+ "sherlodoc" {>= "0.2" & with-doc}
29
+ "odoc" {>= "2.4.1" & with-doc}
29
30
]
30
31
build: [
31
32
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license: "ISC"
16
16
homepage: "https://github.com/ocaml-multicore/kcas"
17
17
bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
18
18
depends: [
19
- "dune" {>= "3.8 "}
19
+ "dune" {>= "3.14 "}
20
20
"kcas" {= version}
21
21
"multicore-magic" {>= "2.1.0"}
22
22
"backoff" {>= "0.1.0" & with-test}
@@ -27,7 +27,8 @@ depends: [
27
27
"qcheck-core" {>= "0.21.2" & with-test}
28
28
"qcheck-stm" {>= "0.3" & with-test}
29
29
"mdx" {>= "2.3.0" & with-test}
30
- "odoc" {>= "2.2.0" & with-doc}
30
+ "sherlodoc" {>= "0.2" & with-doc}
31
+ "odoc" {>= "2.4.1" & with-doc}
31
32
]
32
33
build: [
33
34
["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments