this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for raylib" 3description: "OCaml bindings for raylib" 4maintainer: ["tobiasjammer@gmail.com"] 5authors: ["Tobias Mock"] 6license: "MIT" 7homepage: "https://github.com/tjammer/raylib-ocaml" 8bug-reports: "https://github.com/tjammer/raylib-ocaml/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "dune-configurator" 12 "ctypes" {>= "0.14"} 13 "integers" {>= "0.5"} 14 "ppx_cstubs" {>= "0.6"} 15 "conf-mesa" {os = "linux" | os-family = "bsd"} 16 "conf-libxcursor" {os = "linux" | os-family = "bsd"} 17 "conf-libxi" {os = "linux" | os-family = "bsd"} 18 "conf-libxinerama" {os = "linux" | os-family = "bsd"} 19 "conf-libxrandr" {os = "linux" | os-family = "bsd"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 37available: [arch != "arm32" & arch != "ppc64"] 38x-ci-accept-failures: [ 39 "centos-7" # C compiler is too old 40 "oraclelinux-7" # C compiler is too old 41] 42url { 43 src: 44 "https://github.com/tjammer/raylib-ocaml/releases/download/0.5.1/raylib-0.5.1.tbz" 45 checksum: [ 46 "sha256=eec4635d39a680a26570d3498a4f683a5c2cbe0dc6b38110a578e2a8d0d08149" 47 "sha512=19d63c3681ab0c84bbb0ec39e9dd8a4d98874f51271a6179c66bf2af3613e4932f57e9d14b91b501ca38c8c0f0b31aa41794269577ea3ff61a0d223b7a71a3cc" 48 ] 49} 50x-commit-hash: "7cec56a732645e53c901109b987d8c7fb3f2c271"