From 0fc7720da9fcf8d57fe4c2fea9ff5d6c895f2489 Mon Sep 17 00:00:00 2001 From: Tobias Mock Date: Tue, 24 Sep 2024 22:11:48 +0200 Subject: [PATCH] Release raylib 1.3.1 --- packages/raylib/raylib.1.3.1/opam | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 packages/raylib/raylib.1.3.1/opam diff --git a/packages/raylib/raylib.1.3.1/opam b/packages/raylib/raylib.1.3.1/opam new file mode 100644 index 00000000000..7ec37cd2f22 --- /dev/null +++ b/packages/raylib/raylib.1.3.1/opam @@ -0,0 +1,50 @@ +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"