From 39056dddcb567b59de323b1a8b5614aeaa9e0eea Mon Sep 17 00:00:00 2001 From: Tobias Mock Date: Sat, 11 Jan 2025 21:39:42 +0100 Subject: [PATCH] Adjust lower version bound for ocaml --- dune-project | 1 + raygui.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/dune-project b/dune-project index 017a49a..23d41bf 100644 --- a/dune-project +++ b/dune-project @@ -29,6 +29,7 @@ (description "OCaml bindings for raygui") (synopsis "OCaml bindings for raygui") (depends + (ocaml (>= 4.05)) (dune (>= 3.17)) dune-configurator (ctypes (>= 0.14)) diff --git a/raygui.opam b/raygui.opam index 4710519..ad1f617 100644 --- a/raygui.opam +++ b/raygui.opam @@ -9,6 +9,7 @@ license: "MIT" homepage: "https://github.com/tjammer/raylib-ocaml" bug-reports: "https://github.com/tjammer/raylib-ocaml/issues" depends: [ + "ocaml" {>= "4.05"} "dune" {>= "3.17" & >= "3.17"} "dune-configurator" "ctypes" {>= "0.14"}