opam-version: "2.0" synopsis: "OCaml bindings for raylib" description: "OCaml bindings for raylib" 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: [ "dune" {>= "2.8"} "dune-configurator" "ctypes" {>= "0.14"} "ppx_cstubs" {>= "0.6"} "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"} "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/0.4.0/raylib-0.4.0.tbz" checksum: [ "sha256=34c3f05485a72cd60a120721ef0d2fb5a8bf215462bd6405e316734c7fb4276f" "sha512=d667a852f344a0e3617674773f7bbb3386b731b018b64e62cf6ececb864f7c1e588f182a3cf48b04856bed68963f4370ef251b8161479b79363df02520d04c87" ] } x-commit-hash: "ca3fd2dd7cb06ca8d55f90a67af2cd19151380eb"