File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed
Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ version: "1.4.0"
4+ synopsis: "OCaml bindings for raygui"
5+ description: "OCaml bindings for raygui"
6+ 7+ authors: ["Tobias Mock"]
8+ 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"}
16+ "ctypes-foreign" {>= "0.14"}
17+ "raylib" {>= "1.4.0"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ license: "MIT"
99homepage: "https://github.com/tjammer/raylib-ocaml"
1010bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
1111depends: [
12+ "ocaml" {>= "4.08.0"}
1213 "dune" {>= "3.17" & >= "3.17"}
1314 "yojson"
1415 "re"
16+ "containers"
1517 "odoc" {with-doc}
1618]
1719build: [
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ license: "MIT"
99homepage: "https://github.com/tjammer/raylib-ocaml"
1010bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
1111depends: [
12+ "ocaml" {>= "4.08.0"}
1213 "dune" {>= "3.17" & >= "3.17"}
1314 "dune-configurator"
1415 "ctypes" {>= "0.14"}
You can’t perform that action at this time.
0 commit comments