File tree 2 files changed +13
-10
lines changed
2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,14 @@ doc: "https://Vincent-lau.github.io/ocaml-corosync/doc"
11
11
bug-reports: "https://github.com/Vincent-lau/ocaml-corosync/issues"
12
12
depends: [
13
13
"astring" {>= "0.8.5"}
14
- "ocaml"
15
- "dune" {>= "3.11"}
14
+ "ocaml" {>= "4.08"}
15
+ "dune" {>= "3.11" & >= "3.16" }
16
16
"stdint"
17
- "ctypes"
18
- "ctypes-foreign"
17
+ "ctypes" {>= "0.22.0"}
18
+ "ctypes-foreign" {>= "0.22.0"}
19
19
"ipaddr"
20
- "alcotest"
20
+ "alcotest" {>= "1.7.0"}
21
+ "conf-libcorosync"
21
22
"odoc" {with-doc}
22
23
]
23
24
build: [
Original file line number Diff line number Diff line change 24
24
( depends
25
25
( astring
26
26
( >= 0 .8.5) )
27
- ocaml
28
- dune
27
+ ( ocaml ( >= 4 .08 ) )
28
+ ( dune ( >= 3 .16 ) )
29
29
stdint
30
- ctypes
31
- ctypes-foreign
30
+ ( ctypes ( >= 0 .22.0 ) )
31
+ ( ctypes-foreign ( >= 0 .22.0 ) )
32
32
ipaddr
33
- alcotest)
33
+ ( alcotest ( >= 1 .7.0) )
34
+ conf-libcorosync
35
+ )
34
36
( tags
35
37
( corosync binding) ) )
You can’t perform that action at this time.
0 commit comments