this repo has no description
0
fork

Configure Feed

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

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

Release raylib 1.3.1

authored by

Marcello Seri and committed by
GitHub
4c78298c 33973234

+50
+50
packages/raylib/raylib.1.3.1/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 + "patch" {>= "2.0"} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 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 + ["dune" "build" "@doc" "-p" name ] {with-doc} 35 + ] 36 + dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 37 + available: [arch != "arm32" & arch != "ppc64"] 38 + x-ci-accept-failures: [ 39 + "centos-7" # C compiler is too old 40 + "oraclelinux-7" # C compiler is too old 41 + ] 42 + url { 43 + src: 44 + "https://github.com/tjammer/raylib-ocaml/releases/download/1.3.1/raylib-1.3.1.tbz" 45 + checksum: [ 46 + "sha256=a9a6e2e8408c5637224c7e135043bb3a5a0ad62ccf85aefbadf0a8e0eab4679d" 47 + "sha512=2711e34956a9fe5c15db6584d8af90d1ae377dd806c5080b06edf29700a715531932640cc033e574d25bb616d62e920ee1beac403a5cfc545dd0eb675176f062" 48 + ] 49 + } 50 + x-commit-hash: "77c7417f3c4378b38052aedfc281a8980cd5d6a2"