this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25917 from tjammer/release-raylib-1.3.0

Release raylib 1.3.0

authored by

Marcello Seri and committed by
GitHub
4eecb63b 88a04d05

+93
+44
packages/raygui/raygui.1.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings for raygui" 3 + description: "OCaml bindings for raygui" 4 + maintainer: ["tobiasjammer@gmail.com"] 5 + authors: ["Tobias Mock"] 6 + license: "MIT" 7 + homepage: "https://github.com/tjammer/raylib-ocaml" 8 + bug-reports: "https://github.com/tjammer/raylib-ocaml/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "dune-configurator" 12 + "ctypes" {>= "0.14"} 13 + "raylib" {>= "0.6"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 31 + available: [arch != "arm32" & arch != "ppc64"] 32 + x-ci-accept-failures: [ 33 + "centos-7" # C compiler is too old 34 + "oraclelinux-7" # C compiler is too old 35 + ] 36 + url { 37 + src: 38 + "https://github.com/tjammer/raylib-ocaml/releases/download/1.3.0/raylib-1.3.0.tbz" 39 + checksum: [ 40 + "sha256=58c6e98a341efb91f533c02b052f923d4a6954e66276a08c07ebbc4caae48f2e" 41 + "sha512=4f9e7e277ad75d2e8444f5a7fe043edf93e1e87b8ab046e7e1d68816610f1bd5d6ef4b37ac8767a55fb94fcd14fa6ea9c9f1f35478bf8d88feb8b111391ebc3a" 42 + ] 43 + } 44 + x-commit-hash: "d7f425f7f4d44a6b297dd1fbde52945f3e74d0f2"
+49
packages/raylib/raylib.1.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings for raylib" 3 + description: "OCaml bindings for raylib" 4 + maintainer: ["tobiasjammer@gmail.com"] 5 + authors: ["Tobias Mock"] 6 + license: "MIT" 7 + homepage: "https://github.com/tjammer/raylib-ocaml" 8 + bug-reports: "https://github.com/tjammer/raylib-ocaml/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "dune-configurator" 12 + "ctypes" {>= "0.14"} 13 + "integers" {>= "0.5"} 14 + "conf-mesa" {os = "linux" | os-family = "bsd"} 15 + "conf-libxcursor" {os = "linux" | os-family = "bsd"} 16 + "conf-libxi" {os = "linux" | os-family = "bsd"} 17 + "conf-libxinerama" {os = "linux" | os-family = "bsd"} 18 + "conf-libxrandr" {os = "linux" | os-family = "bsd"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 36 + available: [arch != "arm32" & arch != "ppc64"] 37 + x-ci-accept-failures: [ 38 + "centos-7" # C compiler is too old 39 + "oraclelinux-7" # C compiler is too old 40 + ] 41 + url { 42 + src: 43 + "https://github.com/tjammer/raylib-ocaml/releases/download/1.3.0/raylib-1.3.0.tbz" 44 + checksum: [ 45 + "sha256=58c6e98a341efb91f533c02b052f923d4a6954e66276a08c07ebbc4caae48f2e" 46 + "sha512=4f9e7e277ad75d2e8444f5a7fe043edf93e1e87b8ab046e7e1d68816610f1bd5d6ef4b37ac8767a55fb94fcd14fa6ea9c9f1f35478bf8d88feb8b111391ebc3a" 47 + ] 48 + } 49 + x-commit-hash: "d7f425f7f4d44a6b297dd1fbde52945f3e74d0f2"