this repo has no description

Add: tsdl.0.9.9

Changed files
+51 -5
packages
bogue
bogue.20210514
bogue.20210917
bogue.20220101
bogue.20220115
bogue.20220314
tsdl
tsdl.0.9.9
+1 -1
packages/bogue/bogue.20210514/opam
···
"tsdl-image" {= "0.1.2"}
"tsdl-ttf" {>= "0.2" & < "0.3"}
"ocaml" {>= "4.08.0"}
-
"tsdl" {>= "0.9.0"}
+
"tsdl" {>= "0.9.0" & < "0.9.9"}
]
build: [
"dune"
+1 -1
packages/bogue/bogue.20210917/opam
···
"tsdl-image" {>= "0.3.0"}
"tsdl-ttf" {>= "0.3"}
"ocaml" {>= "4.08.0"}
-
"tsdl" {>= "0.9.7"}
+
"tsdl" {>= "0.9.7" & < "0.9.9"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/bogue/bogue.20220101/opam
···
"tsdl-image" {>= "0.3.0"}
"tsdl-ttf" {>= "0.3"}
"ocaml" {>= "4.08.0"}
-
"tsdl" {>= "0.9.7"}
+
"tsdl" {>= "0.9.7" & < "0.9.9"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/bogue/bogue.20220115/opam
···
"tsdl-image" {>= "0.3.0"}
"tsdl-ttf" {>= "0.3"}
"ocaml" {>= "4.08.0"}
-
"tsdl" {>= "0.9.7"}
+
"tsdl" {>= "0.9.7" & < "0.9.9"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/bogue/bogue.20220314/opam
···
"tsdl-image" {>= "0.3.0"}
"tsdl-ttf" {>= "0.3"}
"ocaml" {>= "4.08.0"}
-
"tsdl" {>= "0.9.7"}
+
"tsdl" {>= "0.9.7" & < "0.9.9"}
"odoc" {with-doc}
]
conflicts: "base-effects"
+46
packages/tsdl/tsdl.0.9.9/opam
···
+
opam-version: "2.0"
+
synopsis: "Thin bindings to SDL for OCaml"
+
description: """\
+
Tsdl is an OCaml library providing thin bindings to the cross-platform
+
SDL C library.
+
+
Tsdl depends on the [SDL 2.0.10][sdl] C library (or later),
+
[ocaml-ctypes][ctypes] and the `result` compatibility package.
+
Tsdl is distributed under the ISC license.
+
+
[sdl]: http://www.libsdl.org/
+
[ctypes]: https://github.com/ocamllabs/ocaml-ctypes
+
+
Home page: http://erratique.ch/software/tsdl"""
+
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
+
authors: "The tsdl programmers"
+
license: "ISC"
+
tags: [
+
"audio"
+
"bindings"
+
"graphics"
+
"media"
+
"opengl"
+
"input"
+
"hci"
+
"org:erratique"
+
]
+
homepage: "https://erratique.ch/software/tsdl"
+
doc: "https://erratique.ch/software/tsdl/doc/"
+
bug-reports: "https://github.com/dbuenzli/tsdl/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"ocamlfind" {build}
+
"ocamlbuild" {build}
+
"topkg" {build & >= "1.0.3"}
+
"conf-sdl2"
+
"ctypes" {>= "0.14.0"}
+
"ctypes-foreign"
+
]
+
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
+
dev-repo: "git+https://erratique.ch/repos/tsdl.git"
+
url {
+
src: "https://erratique.ch/software/tsdl/releases/tsdl-0.9.9.tbz"
+
checksum:
+
"sha512=00479b36a6b0fb37c80b27eaba0cc2eed8981e7b3a7742e2ef45e5aa641c980183b2fd1d6003113441a574cbc200753035012ad05d835773a360cbac803ee735"
+
}