this repo has no description

Merge pull request #26613 from tjammer/release-raylib-1.3.1

Release raylib 1.3.1

Changed files
+50
packages
raylib
raylib.1.3.1
+50
packages/raylib/raylib.1.3.1/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"}
+
"patch" {>= "2.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "build" "@doc" "-p" name ] {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.1/raylib-1.3.1.tbz"
+
checksum: [
+
"sha256=a9a6e2e8408c5637224c7e135043bb3a5a0ad62ccf85aefbadf0a8e0eab4679d"
+
"sha512=2711e34956a9fe5c15db6584d8af90d1ae377dd806c5080b06edf29700a715531932640cc033e574d25bb616d62e920ee1beac403a5cfc545dd0eb675176f062"
+
]
+
}
+
x-commit-hash: "77c7417f3c4378b38052aedfc281a8980cd5d6a2"