Skip to content

Commit

Permalink
Merge pull request #26613 from tjammer/release-raylib-1.3.1
Browse files Browse the repository at this point in the history
Release raylib 1.3.1
  • Loading branch information
mseri authored Sep 25, 2024
2 parents 3397323 + 0fc7720 commit 4c78298
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions packages/raylib/raylib.1.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
opam-version: "2.0"
synopsis: "OCaml bindings for raylib"
description: "OCaml bindings for raylib"
maintainer: ["[email protected]"]
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"

0 comments on commit 4c78298

Please sign in to comment.