this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings for raylib"
3description: "OCaml bindings for raylib"
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 "integers" {>= "0.5"}
14 "conf-mesa" {os = "linux" | os-family = "bsd"}
15 "conf-libxcursor" {os = "linux" | os-family = "bsd"}
16 "conf-libxi" {os = "linux" | os-family = "bsd"}
17 "conf-libxinerama" {os = "linux" | os-family = "bsd"}
18 "conf-libxrandr" {os = "linux" | os-family = "bsd"}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
36available: [arch != "arm32" & arch != "ppc64"]
37x-ci-accept-failures: [
38 "centos-7" # C compiler is too old
39 "oraclelinux-7" # C compiler is too old
40]
41url {
42 src:
43 "https://github.com/tjammer/raylib-ocaml/releases/download/1.2.1/raylib-1.2.1.tbz"
44 checksum: [
45 "sha256=982fb88c51dcc980fceee4c61e900464c186b67e030ea0be680b27a62ea4b0a5"
46 "sha512=72699357fed2c64d8530f1d4344026dcb88b22c456729fd67d4a6d9725ba008b2e69537b0fc24a6203750812576297f67ba4824c21698fce31c70eaae101abc7"
47 ]
48}
49x-commit-hash: "62e1109c070941fe931829fe92cc5d2c780e6c35"