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 "patch" {>= "2.0" & < "3.0"}
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/1.3.1/raygui-1.3.1.tbz"
40 checksum: [
41 "sha256=bcc6327a56100e172c33b237ecd00e75565967256fcbe69b0c47536616630504"
42 "sha512=1b7bcd005c04a61754e6d6e5a1d53d21bf355e623a902f8b5fe9f5b5049cd5f2afe264c4c791fc39e6e0091ab0db23bd502ec54fc06fdf1119aa4aa06d7e3bfb"
43 ]
44}
45x-commit-hash: "37dfa32f8f6a0c21145550d47e9218b1313915d9"