| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Tue, 30 Dec 2025 17:12:37 GMT
X-Served-By: cache-dfw-kdal2120030-DFW, cache-bom-vanm7210075-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1767114757.496975,VS0,VE372
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
SDL: Binding to libSDL
[Skip to Readme]
SDL: Binding to libSDL
Deprecated
in favor of sdl2
Simple DirectMedia Layer \(libSDL\) is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."
[Skip to Readme]
Modules
[Index]
- Graphics
- UI
- Graphics.UI.SDL
- Graphics.UI.SDL.Audio
- Graphics.UI.SDL.CPUInfo
- Graphics.UI.SDL.Color
- Graphics.UI.SDL.Events
- Graphics.UI.SDL.General
- Graphics.UI.SDL.Joystick
- Graphics.UI.SDL.Keysym
- Graphics.UI.SDL.RWOps
- Graphics.UI.SDL.Rect
- Graphics.UI.SDL.Time
- Graphics.UI.SDL.Types
- Graphics.UI.SDL.Utilities
- Graphics.UI.SDL.Version
- Graphics.UI.SDL.Video
- Graphics.UI.SDL.WindowManagement
- Graphics.UI.SDL
- UI
Downloads
- SDL-0.6.7.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.5.10, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.5.1, 0.6.6.0, 0.6.7.0 |
|---|---|
| Change log | changes.txt |
| Dependencies | base (>=3 && <5) [details] |
| Tested with | ghc ==7.10 |
| License | BSD-3-Clause |
| Copyright | 2004-2010, Lemmih |
| Author | Lemmih (lemmih@gmail.com) |
| Maintainer | Francesco Ariis <fa-ml@ariis.it> |
| Category | Foreign binding |
| Source repo | head: darcs get https://ariis.it/link/repos/sdl-bindings/hssdl/ |
| Uploaded | by fffaaa at 2018-07-15T17:42:46Z |
| Distributions | Debian:0.6.7.0, NixOS:0.6.7.0 |
| Reverse Dependencies | 23 direct, 38 indirect [details] |
| Downloads | 32879 total (35 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2018-07-15 [all 1 reports] |
Readme for SDL-0.6.7.0
[back to package description]This package contains Haskell bindings to libSDL >= 1.2.8. Global installation: runhaskell Setup.lhs configure runhaskell Setup.lhs build runhaskell Setup.lhs install # as root Local installation: runhaskell Setup.lhs configure --prefix=[HOME]/usr --user runhaskell Setup.lhs build runhaskell Setup.lhs install --user # not as root