this repo has no description
1opam-version: "2.0"
2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3authors: ["The tsdl programmers"]
4homepage: "https://erratique.ch/software/tsdl"
5doc: "https://erratique.ch/software/tsdl/doc/Tsdl"
6dev-repo: "git+https://erratique.ch/repos/tsdl.git"
7bug-reports: "https://github.com/dbuenzli/tsdl/issues"
8tags: [ "audio" "bindings" "graphics" "media" "opengl" "input" "hci"
9 "org:erratique" ]
10license: "ISC"
11depends: [
12 "ocaml" {>= "4.03.0"}
13 "ocamlfind" {build}
14 "ocamlbuild" {build}
15 "topkg" {build & >= "1.0.1"}
16 "conf-sdl2"
17 "ctypes" {>= "0.14.0" & < "0.21.0"}
18 "ctypes-foreign" ]
19build: [[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]]
20
21synopsis: """Thin bindings to SDL for OCaml"""
22description: """\
23
24Tsdl is an OCaml library providing thin bindings to the cross-platform
25SDL C library.
26
27Tsdl depends on the [SDL 2.0.9][sdl] C library (or later),
28[ocaml-ctypes][ctypes] and the `result` compatibility package.
29Tsdl is distributed under the ISC license.
30
31[sdl]: http://www.libsdl.org/
32[ctypes]: https://github.com/ocamllabs/ocaml-ctypes
33"""
34url {
35 src: "https://erratique.ch/software/tsdl/releases/tsdl-0.9.8.tbz"
36 checksum: [
37 "sha256=ce35f3dbefb8d851e66c4d272037abc8d41e5fe6af1b087daf002cf0ed296585"
38 "md5=369236c7a00e485381722e3d9bae66c6"
39 ]
40}