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]
37x-commit-hash: "2e0a789b0da2f58372ee4da40452f333ef8e0951"
38url {
39 src:
40 "https://github.com/tjammer/raylib-ocaml/releases/download/0.3.2/raylib-0.3.2.tbz"
41 checksum: [
42 "sha256=96912086fb0a10de9cc6618b631665885f3d4e4add75fea1b8a284bbcf79b395"
43 "sha512=77cab807ce4a3841191fb9188acff3e53b6aedf98b89d656b5ea975189009577ed03225521748fdadf11245a615803dc4747a37e0d394a252f5fc3c1b2409915"
44 ]
45}