-
Notifications
You must be signed in to change notification settings - Fork 14
/
raylib.opam
43 lines (43 loc) · 1.15 KB
/
raylib.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.3.1"
synopsis: "OCaml bindings for raylib"
description: "OCaml bindings for raylib"
maintainer: ["tobiasjammer@gmail.com"]
authors: ["Tobias Mock"]
license: "MIT"
homepage: "https://github.com/tjammer/raylib-ocaml"
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
depends: [
"dune" {>= "2.8"}
"dune-configurator"
"ctypes" {>= "0.14"}
"integers" {>= "0.5"}
"conf-mesa" {os = "linux" | os-family = "bsd"}
"conf-libxcursor" {os = "linux" | os-family = "bsd"}
"conf-libxi" {os = "linux" | os-family = "bsd"}
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
"patch" {>= "2.0"}
"odoc" {with-doc}
]
build: [
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "build" "@doc" "-p" name ] {with-doc}
]
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
available: [arch != "arm32" & arch != "ppc64"]
x-ci-accept-failures: [
"centos-7" # C compiler is too old
"oraclelinux-7" # C compiler is too old
]