-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27159 from tjammer/release-raylib-raygui-1.4.0
Release raylib 1.4.0
- Loading branch information
Showing
5 changed files
with
99 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
opam-version: "2.0" | ||
synopsis: "OCaml bindings for raygui" | ||
description: "OCaml bindings for raygui" | ||
maintainer: ["[email protected]"] | ||
authors: ["Tobias Mock"] | ||
license: "MIT" | ||
homepage: "https://github.com/tjammer/raylib-ocaml" | ||
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues" | ||
depends: [ | ||
"ocaml" {>= "4.05"} | ||
"dune" {>= "3.17" & >= "3.17"} | ||
"dune-configurator" | ||
"ctypes" {>= "0.14"} | ||
"raylib" {>= "1.4.0"} | ||
"patch" {>= "2.0"} | ||
"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/1.4.0/raygui-1.4.0.tbz" | ||
checksum: [ | ||
"sha256=3d07154c040a7933e438e1e4e70dcedd3cf49fb8cbbe4228dd4aefae4eba78cb" | ||
"sha512=289b48640cefae3c4f9b16689ad237ce8d2735c24e88eefa550ce56619c6066d70e682b798f4931ee9d2247e320f6d562f1ce435502abd951319878933536d0c" | ||
] | ||
} | ||
x-commit-hash: "d9666d5791fded6d9eb59c8671d0c3847ece691d" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
opam-version: "2.0" | ||
synopsis: "OCaml bindings for raylib" | ||
description: "OCaml bindings for raylib" | ||
maintainer: ["[email protected]"] | ||
authors: ["Tobias Mock"] | ||
license: "MIT" | ||
homepage: "https://github.com/tjammer/raylib-ocaml" | ||
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues" | ||
depends: [ | ||
"dune" {>= "3.17" & >= "3.17"} | ||
"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" "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/1.4.0/raylib-1.4.0.tbz" | ||
checksum: [ | ||
"sha256=fd278a8103ab86c02030d93a383019968a4bd262f49557c24f1d6e8265753ffb" | ||
"sha512=e244593d43273fc5085832ee94f1731f57073043c507cbb11a1daed924b79ca0da32dda87e5e72717bd721626c681fecbbc147b5816d0bbf998e3e833ddc7304" | ||
] | ||
} | ||
x-commit-hash: "d9666d5791fded6d9eb59c8671d0c3847ece691d" |