From d210a174215fdf15d25ea1e0a7434c02bac0a65e Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 10 Jan 2024 19:26:09 +0100 Subject: [PATCH] tar-eio: require ocaml 5.0+ --- dune-project | 2 +- tar-eio.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index a34106a..401fc94 100644 --- a/dune-project +++ b/dune-project @@ -91,7 +91,7 @@ ) (tags ("org:xapi-project" "org:mirage")) (depends - (ocaml (>= 4.08.0)) + (ocaml (>= 5.00.0)) (eio (and (>= 0.10.0) (< 0.12))) (tar (= :version)) ) diff --git a/tar-eio.opam b/tar-eio.opam index 572845c..ce4e32e 100644 --- a/tar-eio.opam +++ b/tar-eio.opam @@ -21,7 +21,7 @@ doc: "https://mirage.github.io/ocaml-tar/" bug-reports: "https://github.com/mirage/ocaml-tar/issues" depends: [ "dune" {>= "2.9"} - "ocaml" {>= "4.08.0"} + "ocaml" {>= "5.00.0"} "eio" {>= "0.10.0" & < "0.12"} "tar" {= version} "odoc" {with-doc}