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 "ocaml" {>= "4.05"}
11 "dune" {>= "3.17" & >= "3.17"}
12 "dune-configurator"
13 "ctypes" {>= "0.14"}
14 "raylib" {>= "1.4.0"}
15 "patch" {>= "2.0" & < "3.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
33available: [arch != "arm32" & arch != "ppc64"]
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/1.4.0/raygui-1.4.0.tbz"
41 checksum: [
42 "sha256=3d07154c040a7933e438e1e4e70dcedd3cf49fb8cbbe4228dd4aefae4eba78cb"
43 "sha512=289b48640cefae3c4f9b16689ad237ce8d2735c24e88eefa550ce56619c6066d70e682b798f4931ee9d2247e320f6d562f1ce435502abd951319878933536d0c"
44 ]
45}
46x-commit-hash: "d9666d5791fded6d9eb59c8671d0c3847ece691d"