File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
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 multicore-bench)
4
4
24
24
(synopsis
25
25
" Framework for writing multicore benchmark executables to run on current-bench" )
26
26
( depends
27
- ( ocaml
28
- ( >= 4 .13.0) )
29
27
( domain-local-await
30
28
( >= 1 .0.1) )
31
29
( multicore-magic
36
34
( >= 2 .1.0) )
37
35
( domain_shims
38
36
( >= 0 .1.0) )
37
+ ;; Test dependencies
39
38
( mdx
40
39
( and
41
- ( >= 2 .3.1 )
40
+ ( >= 2 .4.0 )
42
41
:with -test) )
42
+ ;; Documentation dependencies
43
+ ( sherlodoc
44
+ ( and
45
+ ( >= 0 .2)
46
+ :with -doc) )
43
47
( odoc
44
48
( and
45
- ( >= 2 .2.0)
46
- :with -doc) ) ) )
49
+ ( >= 2 .4.1)
50
+ :with -doc) )
51
+ ;; OCaml version
52
+ ( ocaml
53
+ ( >= 4 .13.0) ) ) )
Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ license: "ISC"
8
8
homepage: "https://github.com/ocaml-multicore/multicore-bench"
9
9
bug-reports: "https://github.com/ocaml-multicore/multicore-bench/issues"
10
10
depends: [
11
- "dune" {>= "3.8"}
12
- "ocaml" {>= "4.13.0"}
11
+ "dune" {>= "3.14"}
13
12
"domain-local-await" {>= "1.0.1"}
14
13
"multicore-magic" {>= "2.1.0"}
15
14
"mtime" {>= "2.0.0"}
16
15
"yojson" {>= "2.1.0"}
17
16
"domain_shims" {>= "0.1.0"}
18
- "mdx" {>= "2.3.1" & with-test}
19
- "odoc" {>= "2.2.0" & with-doc}
17
+ "mdx" {>= "2.4.0" & with-test}
18
+ "sherlodoc" {>= "0.2" & with-doc}
19
+ "odoc" {>= "2.4.1" & with-doc}
20
+ "ocaml" {>= "4.13.0"}
20
21
]
21
22
build: [
22
23
["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments