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