Skip to content

Commit 8499e83

Browse files
committed
Update opam files
1 parent 97e0a60 commit 8499e83

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

raylib-callbacks.opam

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
maintainer: ["[email protected]"]
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"

raylib-gen.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ 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.08.0"}
1213
"dune" {>= "3.17" & >= "3.17"}
1314
"yojson"
1415
"re"
16+
"containers"
1517
"odoc" {with-doc}
1618
]
1719
build: [

raylib.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.08.0"}
1213
"dune" {>= "3.17" & >= "3.17"}
1314
"dune-configurator"
1415
"ctypes" {>= "0.14"}

0 commit comments

Comments
 (0)