this repo has no description

Release raylib 1.3.0

Changed files
+93
packages
raygui
raygui.1.3.0
raylib
raylib.1.3.0
+44
packages/raygui/raygui.1.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml bindings for raygui"
+
description: "OCaml bindings for raygui"
+
maintainer: ["tobiasjammer@gmail.com"]
+
authors: ["Tobias Mock"]
+
license: "MIT"
+
homepage: "https://github.com/tjammer/raylib-ocaml"
+
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"ctypes" {>= "0.14"}
+
"raylib" {>= "0.6"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
+
available: [arch != "arm32" & arch != "ppc64"]
+
x-ci-accept-failures: [
+
"centos-7" # C compiler is too old
+
"oraclelinux-7" # C compiler is too old
+
]
+
url {
+
src:
+
"https://github.com/tjammer/raylib-ocaml/releases/download/1.3.0/raylib-1.3.0.tbz"
+
checksum: [
+
"sha256=58c6e98a341efb91f533c02b052f923d4a6954e66276a08c07ebbc4caae48f2e"
+
"sha512=4f9e7e277ad75d2e8444f5a7fe043edf93e1e87b8ab046e7e1d68816610f1bd5d6ef4b37ac8767a55fb94fcd14fa6ea9c9f1f35478bf8d88feb8b111391ebc3a"
+
]
+
}
+
x-commit-hash: "d7f425f7f4d44a6b297dd1fbde52945f3e74d0f2"
+49
packages/raylib/raylib.1.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml bindings for raylib"
+
description: "OCaml bindings for raylib"
+
maintainer: ["tobiasjammer@gmail.com"]
+
authors: ["Tobias Mock"]
+
license: "MIT"
+
homepage: "https://github.com/tjammer/raylib-ocaml"
+
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"ctypes" {>= "0.14"}
+
"integers" {>= "0.5"}
+
"conf-mesa" {os = "linux" | os-family = "bsd"}
+
"conf-libxcursor" {os = "linux" | os-family = "bsd"}
+
"conf-libxi" {os = "linux" | os-family = "bsd"}
+
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
+
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
+
available: [arch != "arm32" & arch != "ppc64"]
+
x-ci-accept-failures: [
+
"centos-7" # C compiler is too old
+
"oraclelinux-7" # C compiler is too old
+
]
+
url {
+
src:
+
"https://github.com/tjammer/raylib-ocaml/releases/download/1.3.0/raylib-1.3.0.tbz"
+
checksum: [
+
"sha256=58c6e98a341efb91f533c02b052f923d4a6954e66276a08c07ebbc4caae48f2e"
+
"sha512=4f9e7e277ad75d2e8444f5a7fe043edf93e1e87b8ab046e7e1d68816610f1bd5d6ef4b37ac8767a55fb94fcd14fa6ea9c9f1f35478bf8d88feb8b111391ebc3a"
+
]
+
}
+
x-commit-hash: "d7f425f7f4d44a6b297dd1fbde52945f3e74d0f2"