this repo has no description

Release raylib-ocaml 1.2.0 (raylib 5.0.0)

Changed files
+49
packages
raylib
raylib.1.2.0
+49
packages/raylib/raylib.1.2.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.2.0/raylib-1.2.0.tbz"
+
checksum: [
+
"sha256=976f4d85bcdbfb0c4c3f2791392731185de33a79ecc55c41dfe302c7de27bf0c"
+
"sha512=5d6a671ff65a5e9f8089a949dd3c66ab9baeb1fabee047ce349f59f36ec930e0b8928d5e5e12d1afee9f4ea568f4e3746d7831d7026064bdd2ea2e2feb9da27a"
+
]
+
}
+
x-commit-hash: "351e5f0a319d1abf5717cccb10fa73f57e2a58c0"