this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for raygui" 3description: "OCaml bindings for raygui" 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 "raylib" {>= "0.6" & < "1.4.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 31available: [arch != "arm32" & arch != "ppc64"] 32x-ci-accept-failures: [ 33 "centos-7" # C compiler is too old 34 "oraclelinux-7" # C compiler is too old 35] 36url { 37 src: 38 "https://github.com/tjammer/raylib-ocaml/releases/download/0.6.0/raylib-0.6.0.tbz" 39 checksum: [ 40 "sha256=0593e25732362c285a4756d6cec4d4ba8ab85a1103d8fda22f3f02c23f5b0af8" 41 "sha512=b1ba86c7450fb819047b79ecfbd4f0fdb86a74d20ac1f4ef7cecff847a55d1ef1b9b6886475203552a76cc49b09ddccb7a3febe5e95d07c08a5b504011e803c9" 42 ] 43} 44x-commit-hash: "6463a30272d347d55b72c2d106af7c6fecd5f596"