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 "ppx_cstubs" {>= "0.6"} 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 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 36available: [arch != "arm32" & arch != "ppc64"] 37x-ci-accept-failures: [ 38 "centos-7" # C compiler is too old 39 "oraclelinux-7" # C compiler is too old 40] 41x-commit-hash: "2e0a789b0da2f58372ee4da40452f333ef8e0951" 42url { 43 src: 44 "https://github.com/tjammer/raylib-ocaml/releases/download/0.3.2/raylib-0.3.2.tbz" 45 checksum: [ 46 "sha256=96912086fb0a10de9cc6618b631665885f3d4e4add75fea1b8a284bbcf79b395" 47 "sha512=77cab807ce4a3841191fb9188acff3e53b6aedf98b89d656b5ea975189009577ed03225521748fdadf11245a615803dc4747a37e0d394a252f5fc3c1b2409915" 48 ] 49}