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"} "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"} "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.0.0/raylib-1.0.0.tbz" checksum: [ "sha256=3c39639c26f7549f46d0330f0f9384a9f2ec224382308608d92add9e92c0afb8" "sha512=ae2b31ad7a9747ae14118b63238ea24cbf96ea39685409fb22bb40bd5c6091d11c9b83d3ca6a2595ed35195a6a2eddf3a44ace40dbf78d37c9a40d0d7c0cda9c" ] } x-commit-hash: "202dc60ab4948e57ad15e6544fadb53c3239d0a2"