From 7061a0b5d2ba4cc8b2218f3cf87d01a59adf7772 Mon Sep 17 00:00:00 2001 From: Vincent Liu Date: Thu, 25 Jul 2024 11:07:44 +0100 Subject: [PATCH] Update min version of dependencies --- corosync.opam | 11 ++++++----- dune-project | 12 +++++++----- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/corosync.opam b/corosync.opam index d979f71..80018ad 100644 --- a/corosync.opam +++ b/corosync.opam @@ -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: [ diff --git a/dune-project b/dune-project index 0a75d78..9d629c7 100644 --- a/dune-project +++ b/dune-project @@ -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))) \ No newline at end of file