Skip to content

Commit

Permalink
Update min version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-lau committed Jul 25, 2024
1 parent 56069e0 commit 7061a0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
11 changes: 6 additions & 5 deletions corosync.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ doc: "https://Vincent-lau.github.io/ocaml-corosync/doc"
bug-reports: "https://github.com/Vincent-lau/ocaml-corosync/issues"
depends: [
"astring" {>= "0.8.5"}
"ocaml"
"dune" {>= "3.11"}
"ocaml" {>= "4.08"}
"dune" {>= "3.11" & >= "3.16"}
"stdint"
"ctypes"
"ctypes-foreign"
"ctypes" {>= "0.22.0"}
"ctypes-foreign" {>= "0.22.0"}
"ipaddr"
"alcotest"
"alcotest" {>= "1.7.0"}
"conf-libcorosync"
"odoc" {with-doc}
]
build: [
Expand Down
12 changes: 7 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
(depends
(astring
(>= 0.8.5))
ocaml
dune
(ocaml (>= 4.08))
(dune (>= 3.16))
stdint
ctypes
ctypes-foreign
(ctypes (>= 0.22.0))
(ctypes-foreign (>= 0.22.0))
ipaddr
alcotest)
(alcotest (>= 1.7.0))
conf-libcorosync
)
(tags
(corosync binding)))

0 comments on commit 7061a0b

Please sign in to comment.