Skip to content

Commit

Permalink
Merge pull request #27159 from tjammer/release-raylib-raygui-1.4.0
Browse files Browse the repository at this point in the history
Release raylib 1.4.0
  • Loading branch information
mseri authored Dec 24, 2024
2 parents 8c99ffb + b5090cd commit a66a58b
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/raygui/raygui.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "2.8"}
"dune-configurator"
"ctypes" {>= "0.14"}
"raylib" {>= "0.6"}
"raylib" {>= "0.6" & < "1.4.0"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/raygui/raygui.1.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "2.8"}
"dune-configurator"
"ctypes" {>= "0.14"}
"raylib" {>= "0.6"}
"raylib" {>= "0.6" & < "1.4.0"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/raygui/raygui.1.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "2.8"}
"dune-configurator"
"ctypes" {>= "0.14"}
"raylib" {>= "0.6"}
"raylib" {>= "0.6" & < "1.4.0"}
"patch" {>= "2.0"}
"odoc" {with-doc}
]
Expand Down
46 changes: 46 additions & 0 deletions packages/raygui/raygui.1.4.0/opam
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"
50 changes: 50 additions & 0 deletions packages/raylib/raylib.1.4.0/opam
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"

0 comments on commit a66a58b

Please sign in to comment.