Skip to content

Commit 074bca7

Browse files
committed
[new release] raylib (1.1.0)
CHANGES: * Add ctor for Texture struct * Fix return type of get_char_pressed
1 parent b843160 commit 074bca7

File tree

1 file changed

+49
-0
lines changed
  • packages/raylib/raylib.1.1.0

1 file changed

+49
-0
lines changed

packages/raylib/raylib.1.1.0/opam

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml bindings for raylib"
3+
description: "OCaml bindings for raylib"
4+
maintainer: ["[email protected]"]
5+
authors: ["Tobias Mock"]
6+
license: "MIT"
7+
homepage: "https://github.com/tjammer/raylib-ocaml"
8+
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
9+
depends: [
10+
"dune" {>= "2.8"}
11+
"dune-configurator"
12+
"ctypes" {>= "0.14"}
13+
"integers" {>= "0.5"}
14+
"conf-mesa" {os = "linux" | os-family = "bsd"}
15+
"conf-libxcursor" {os = "linux" | os-family = "bsd"}
16+
"conf-libxi" {os = "linux" | os-family = "bsd"}
17+
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
18+
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
36+
available: [arch != "arm32" & arch != "ppc64"]
37+
x-ci-accept-failures: [
38+
"centos-7" # C compiler is too old
39+
"oraclelinux-7" # C compiler is too old
40+
]
41+
url {
42+
src:
43+
"https://github.com/tjammer/raylib-ocaml/releases/download/1.1.0/raylib-1.1.0.tbz"
44+
checksum: [
45+
"sha256=e8f3c5192e2773058e86b222cbbf2b00c187d1f4fa7cd5e5f1ec5a1347bcca20"
46+
"sha512=8bbe0648ab7753eeab70f56dd412e12819e0d9f88604884ea37bf3ace0ea7d842b7108bfd96a41b0a6dc5cd17cf378db4141ed325c317adfc434df74ab998b31"
47+
]
48+
}
49+
x-commit-hash: "d2907a0a8808e1c8eed3d50f1a3038837797a350"

0 commit comments

Comments
 (0)