this repo has no description

Merge pull request #26554 from dbuenzli/b0-publish-tsdl.1.1.0

Add: tsdl.1.1.0

Changed files
+47
packages
tsdl
tsdl.1.1.0
+47
packages/tsdl/tsdl.1.1.0/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 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 library]: https://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.21.1"}
+
"ctypes-foreign" {>= "0.21.1"}
+
]
+
available: os-distribution != "opensuse-leap" | os-version >= "16"
+
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-1.1.0.tbz"
+
checksum:
+
"sha512=f6d429ac5f7d1ea2411fb65f08e454fc5f515879c92e9031afb978dd0c8865739931a83a277fc3bf556e743a710ec8b530717f9e30e353660e1f0219c8293413"
+
}