Skip to content

Commit 39056dd

Browse files
committed
Adjust lower version bound for ocaml
1 parent d9666d5 commit 39056dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
(description "OCaml bindings for raygui")
3030
(synopsis "OCaml bindings for raygui")
3131
(depends
32+
(ocaml (>= 4.05))
3233
(dune (>= 3.17))
3334
dune-configurator
3435
(ctypes (>= 0.14))

raygui.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license: "MIT"
99
homepage: "https://github.com/tjammer/raylib-ocaml"
1010
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
1111
depends: [
12+
"ocaml" {>= "4.05"}
1213
"dune" {>= "3.17" & >= "3.17"}
1314
"dune-configurator"
1415
"ctypes" {>= "0.14"}

0 commit comments

Comments
 (0)