opam-version: "2.0" synopsis: "OCaml bindings for raygui" description: "OCaml bindings for raygui" maintainer: ["tobiasjammer@gmail.com"] 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" & < "3.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"