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 "patch" {>= "2.0" & < "3.0"}
20 "odoc" {with-doc}
21]
22build: [
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 ["dune" "build" "@doc" "-p" name ] {with-doc}
35]
36dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
37available: [arch != "arm32" & arch != "ppc64"]
38x-ci-accept-failures: [
39 "centos-7" # C compiler is too old
40 "oraclelinux-7" # C compiler is too old
41]
42url {
43 src:
44 "https://github.com/tjammer/raylib-ocaml/releases/download/1.3.1/raylib-1.3.1.tbz"
45 checksum: [
46 "sha256=a9a6e2e8408c5637224c7e135043bb3a5a0ad62ccf85aefbadf0a8e0eab4679d"
47 "sha512=2711e34956a9fe5c15db6584d8af90d1ae377dd806c5080b06edf29700a715531932640cc033e574d25bb616d62e920ee1beac403a5cfc545dd0eb675176f062"
48 ]
49}
50x-commit-hash: "77c7417f3c4378b38052aedfc281a8980cd5d6a2"