this repo has no description
0
fork

Configure Feed

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

Merge pull request #18638 from tjammer/release-raygui-0.3

[new release] raygui and raylib (0.3)

authored by

Kate and committed by
GitHub
c6806a5f 417c4780

+94
+45
packages/raygui/raygui.0.3.1/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 + "ppx_cstubs" {>= "0.6"} 14 + "raylib" {>= "0.3"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 32 + available: [arch != "arm32" & arch != "ppc64"] 33 + x-commit-hash: "d04c2066294c95fab7d5fe2f1f795502e988fd92" 34 + x-ci-accept-failures: [ 35 + "centos-7" # C compiler is too old 36 + "oraclelinux-7" # C compiler is too old 37 + ] 38 + url { 39 + src: 40 + "https://github.com/tjammer/raylib-ocaml/releases/download/0.3.1/raylib-0.3.1.tbz" 41 + checksum: [ 42 + "sha256=7c61a548f1c013b168516ad80dba1024482279fdc404c7c5316a31d48cc7a179" 43 + "sha512=385f124a1367043251d3b180a0f585488f3732a5148b12758d79ac06825cfc036f91357c9603827a2184548e5938bf7bb92fcd60927a94763e8e38cf2b038c44" 44 + ] 45 + }
+49
packages/raylib/raylib.0.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 + "ppx_cstubs" {>= "0.6"} 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 + x-commit-hash: "d04c2066294c95fab7d5fe2f1f795502e988fd92" 42 + url { 43 + src: 44 + "https://github.com/tjammer/raylib-ocaml/releases/download/0.3.1/raylib-0.3.1.tbz" 45 + checksum: [ 46 + "sha256=7c61a548f1c013b168516ad80dba1024482279fdc404c7c5316a31d48cc7a179" 47 + "sha512=385f124a1367043251d3b180a0f585488f3732a5148b12758d79ac06825cfc036f91357c9603827a2184548e5938bf7bb92fcd60927a94763e8e38cf2b038c44" 48 + ] 49 + }