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" {>= "3.17" & >= "3.17"} 11 "dune-configurator" 12 "ctypes" {>= "0.14"} 13 "integers" {>= "0.5"} 14 "conf-mesa" {os = "linux" | os-family = "bsd"} 15 "conf-libxcursor" {os = "linux" | os-family = "bsd"} 16 "conf-libxi" {os = "linux" | os-family = "bsd"} 17 "conf-libxinerama" {os = "linux" | os-family = "bsd"} 18 "conf-libxrandr" {os = "linux" | os-family = "bsd"} 19 "patch" {>= "2.0" & < "3.0"} 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/1.4.0/raylib-1.4.0.tbz" 45 checksum: [ 46 "sha256=fd278a8103ab86c02030d93a383019968a4bd262f49557c24f1d6e8265753ffb" 47 "sha512=e244593d43273fc5085832ee94f1731f57073043c507cbb11a1daed924b79ca0da32dda87e5e72717bd721626c681fecbbc147b5816d0bbf998e3e833ddc7304" 48 ] 49} 50x-commit-hash: "d9666d5791fded6d9eb59c8671d0c3847ece691d"