Skip to content

Commit 7061a0b

Browse files
committed
Update min version of dependencies
1 parent 56069e0 commit 7061a0b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

corosync.opam

+6-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ doc: "https://Vincent-lau.github.io/ocaml-corosync/doc"
1111
bug-reports: "https://github.com/Vincent-lau/ocaml-corosync/issues"
1212
depends: [
1313
"astring" {>= "0.8.5"}
14-
"ocaml"
15-
"dune" {>= "3.11"}
14+
"ocaml" {>= "4.08"}
15+
"dune" {>= "3.11" & >= "3.16"}
1616
"stdint"
17-
"ctypes"
18-
"ctypes-foreign"
17+
"ctypes" {>= "0.22.0"}
18+
"ctypes-foreign" {>= "0.22.0"}
1919
"ipaddr"
20-
"alcotest"
20+
"alcotest" {>= "1.7.0"}
21+
"conf-libcorosync"
2122
"odoc" {with-doc}
2223
]
2324
build: [

dune-project

+7-5
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
(depends
2525
(astring
2626
(>= 0.8.5))
27-
ocaml
28-
dune
27+
(ocaml (>= 4.08))
28+
(dune (>= 3.16))
2929
stdint
30-
ctypes
31-
ctypes-foreign
30+
(ctypes (>= 0.22.0))
31+
(ctypes-foreign (>= 0.22.0))
3232
ipaddr
33-
alcotest)
33+
(alcotest (>= 1.7.0))
34+
conf-libcorosync
35+
)
3436
(tags
3537
(corosync binding)))

0 commit comments

Comments
 (0)