We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9666d5 commit 39056ddCopy full SHA for 39056dd
dune-project
@@ -29,6 +29,7 @@
29
(description "OCaml bindings for raygui")
30
(synopsis "OCaml bindings for raygui")
31
(depends
32
+ (ocaml (>= 4.05))
33
(dune (>= 3.17))
34
dune-configurator
35
(ctypes (>= 0.14))
raygui.opam
@@ -9,6 +9,7 @@ license: "MIT"
9
homepage: "https://github.com/tjammer/raylib-ocaml"
10
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
11
depends: [
12
+ "ocaml" {>= "4.05"}
13
"dune" {>= "3.17" & >= "3.17"}
14
"dune-configurator"
15
"ctypes" {>= "0.14"}
0 commit comments