forked from dbuenzli/tsdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
22 lines (21 loc) · 720 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
opam-version: "1"
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
homepage: "http://erratique.ch/software/tsdl"
authors: ["Daniel Bünzli <daniel.buenzl [email protected]>"]
doc: "http://erratique.ch/software/tsdl/doc/Tsdl"
tags: [ "audio" "bindings" "graphics" "media" "opengl" "input" "hci" ]
license: "BSD3"
ocaml-version: [>= "4.00.1"]
depends: [ "ocamlfind" "ctypes" {>= "0.4.0"} "ctypes-foreign" ]
depexts: [
[["debian"] ["libsdl2-dev"]]
[["ubuntu"] ["libsdl2-dev"]]
[["mageia"] ["libsdl2.0-devel"]]
[["osx" "homebrew"] ["sdl2"]]
]
build:
[
[ "ocaml" "pkg/git.ml" ]
[ "ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
"native-dynlink=%{ocaml-native}%" ] # TODO fixme
]