File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- (lang dune 3 .9 )
1
+ (lang dune 3 .14 )
2
2
(name saturn)
3
3
( generate_opam_files true )
4
4
( implicit_transitive_deps false )
22
22
( qcheck-stm ( and ( >= 0 .3) :with -test) )
23
23
( qcheck-alcotest ( and ( >= 0 .21.3) :with -test) )
24
24
( yojson ( and ( >= 2 .0.2) :with -test) )
25
- ( dscheck ( and ( >= 0 .4.0) :with -test) ) ) )
25
+ ( dscheck ( and ( >= 0 .4.0) :with -test) )
26
+ ( sherlodoc ( and ( >= 0 .2) :with -doc) )
27
+ ( odoc ( and ( >= 2 .4.1) :with -doc) ) ) )
26
28
( package
27
29
(name saturn_lockfree)
28
30
(synopsis " Collection of lock-free data structures for Multicore OCaml" )
38
40
( qcheck-multicoretests-util ( and ( >= 0 .3) :with -test) )
39
41
( qcheck-alcotest ( and ( >= 0 .21.3) :with -test) )
40
42
( yojson ( and ( >= 2 .0.2) :with -test) )
41
- ( dscheck ( and ( >= 0 .4.0) :with -test) ) ) )
43
+ ( dscheck ( and ( >= 0 .4.0) :with -test) )
44
+ ( sherlodoc ( and ( >= 0 .2) :with -doc) )
45
+ ( odoc ( and ( >= 2 .4.1) :with -doc) ) ) )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml-multicore/saturn"
9
9
doc: "https://ocaml-multicore.github.io/saturn/"
10
10
bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
11
11
depends: [
12
- "dune" {>= "3.9 "}
12
+ "dune" {>= "3.14 "}
13
13
"ocaml" {>= "4.13"}
14
14
"domain_shims" {>= "0.1.0" & with-test}
15
15
"saturn_lockfree" {= version}
@@ -22,7 +22,8 @@ depends: [
22
22
"qcheck-alcotest" {>= "0.21.3" & with-test}
23
23
"yojson" {>= "2.0.2" & with-test}
24
24
"dscheck" {>= "0.4.0" & with-test}
25
- "odoc" {with-doc}
25
+ "sherlodoc" {>= "0.2" & with-doc}
26
+ "odoc" {>= "2.4.1" & with-doc}
26
27
]
27
28
build: [
28
29
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://github.com/ocaml-multicore/saturn"
8
8
doc: "https://ocaml-multicore.github.io/saturn/"
9
9
bug-reports: "https://github.com/ocaml-multicore/saturn/issues"
10
10
depends: [
11
- "dune" {>= "3.9 "}
11
+ "dune" {>= "3.14 "}
12
12
"ocaml" {>= "4.13"}
13
13
"domain_shims" {>= "0.1.0" & with-test}
14
14
"backoff" {>= "0.1.0"}
@@ -21,7 +21,8 @@ depends: [
21
21
"qcheck-alcotest" {>= "0.21.3" & with-test}
22
22
"yojson" {>= "2.0.2" & with-test}
23
23
"dscheck" {>= "0.4.0" & with-test}
24
- "odoc" {with-doc}
24
+ "sherlodoc" {>= "0.2" & with-doc}
25
+ "odoc" {>= "2.4.1" & with-doc}
25
26
]
26
27
build: [
27
28
["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments