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-commit-hash: "d04c2066294c95fab7d5fe2f1f795502e988fd92" 34x-ci-accept-failures: [ 35 "centos-7" # C compiler is too old 36 "oraclelinux-7" # C compiler is too old 37] 38url { 39 src: 40 "https://github.com/tjammer/raylib-ocaml/releases/download/0.3.1/raylib-0.3.1.tbz" 41 checksum: [ 42 "sha256=7c61a548f1c013b168516ad80dba1024482279fdc404c7c5316a31d48cc7a179" 43 "sha512=385f124a1367043251d3b180a0f585488f3732a5148b12758d79ac06825cfc036f91357c9603827a2184548e5938bf7bb92fcd60927a94763e8e38cf2b038c44" 44 ] 45}