Skip to content

Commit

Permalink
Merge pull request #19021 from tjammer/release-raylib-0.4.0
Browse files Browse the repository at this point in the history
[new release] raylib (0.4.0)
  • Loading branch information
mseri authored Jul 7, 2021
2 parents ab168cb + 133c80e commit da2bd51
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions packages/raylib/raylib.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
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"}
"ppx_cstubs" {>= "0.6"}
"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/0.4.0/raylib-0.4.0.tbz"
checksum: [
"sha256=34c3f05485a72cd60a120721ef0d2fb5a8bf215462bd6405e316734c7fb4276f"
"sha512=d667a852f344a0e3617674773f7bbb3386b731b018b64e62cf6ececb864f7c1e588f182a3cf48b04856bed68963f4370ef251b8161479b79363df02520d04c87"
]
}
x-commit-hash: "ca3fd2dd7cb06ca8d55f90a67af2cd19151380eb"

0 comments on commit da2bd51

Please sign in to comment.