Skip to content

Commit dabf411

Browse files
authored
Merge pull request #28680 from tjammer/release-raylib-1.5.0
[new release] raylib and raygui (1.5.0)
2 parents c6e7013 + 56d34ac commit dabf411

File tree

2 files changed

+95
-0
lines changed
  • packages
    • raygui/raygui.1.5.1
    • raylib/raylib.1.5.1

2 files changed

+95
-0
lines changed

packages/raygui/raygui.1.5.1/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml bindings for raygui"
3+
description: "OCaml bindings for raygui"
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" {>= "3.20"}
11+
"raylib" {= version}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"@install"
24+
"@runtest" {with-test}
25+
"@doc" {with-doc}
26+
]
27+
]
28+
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
29+
x-maintenance-intent: ["(latest)"]
30+
available: [arch != "arm32" & arch != "ppc64"]
31+
x-ci-accept-failures: [
32+
"centos-7" # C compiler is too old
33+
"oraclelinux-7" # C compiler is too old
34+
]
35+
url {
36+
src:
37+
"https://github.com/tjammer/raylib-ocaml/releases/download/1.5.1/raylib-1.5.1.tbz"
38+
checksum: [
39+
"sha256=199b89fdf24624b142b424a36b957c5a24e2e789fe5d51a94a57e83d20ffcd42"
40+
"sha512=2ddcb9b341fc6583fa7f380374fd2d600eb3ad5dd31b3b7f91c5e2941c44db1ee2dc30748a524c4c2d33fa357a86befadb5b2a8de8cf76741030000172c668df"
41+
]
42+
}
43+
x-commit-hash: "77b48c06d2c9dc012e483296084be9774b1fe6b7"

packages/raylib/raylib.1.5.1/opam

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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+
"ocaml" {>= "4.08.0"}
11+
"dune" {>= "3.20" & >= "3.20"}
12+
"dune-configurator"
13+
"ctypes" {>= "0.23.0"}
14+
"integers" {>= "0.5"}
15+
"patch" {>= "3.0.0"}
16+
"conf-mesa" {os = "linux" | os-family = "bsd"}
17+
"conf-libxcursor" {os = "linux" | os-family = "bsd"}
18+
"conf-libxi" {os = "linux" | os-family = "bsd"}
19+
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
20+
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
38+
x-maintenance-intent: ["(latest)"]
39+
available: [arch != "arm32" & arch != "ppc64"]
40+
x-ci-accept-failures: [
41+
"centos-7" # C compiler is too old
42+
"oraclelinux-7" # C compiler is too old
43+
]
44+
url {
45+
src:
46+
"https://github.com/tjammer/raylib-ocaml/releases/download/1.5.1/raylib-1.5.1.tbz"
47+
checksum: [
48+
"sha256=199b89fdf24624b142b424a36b957c5a24e2e789fe5d51a94a57e83d20ffcd42"
49+
"sha512=2ddcb9b341fc6583fa7f380374fd2d600eb3ad5dd31b3b7f91c5e2941c44db1ee2dc30748a524c4c2d33fa357a86befadb5b2a8de8cf76741030000172c668df"
50+
]
51+
}
52+
x-commit-hash: "77b48c06d2c9dc012e483296084be9774b1fe6b7"

0 commit comments

Comments
 (0)