SDL: Binding to libSDL

[ bsd3, deprecated, foreign-binding, library ] [ Propose Tags ]
Deprecated in favor of sdl2

Modules

[Last Documentation]

  • 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

Downloads

Maintainer's Corner

Package maintainers

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
Dependencies base [details]
License BSD-3-Clause
Copyright 2004-2005, Lemmih
Author Lemmih (lemmih@gmail.com)
Maintainer Lemmih (lemmih@gmail.com)
Category Foreign binding
Uploaded by DavidHimmelstrup at 2007-10-25T12:32:48Z
Distributions Debian:0.6.7.0, NixOS:0.6.7.0
Reverse Dependencies 23 direct, 36 indirect [details]
Downloads 31179 total (86 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-04 [all 8 reports]

Readme for SDL-0.5.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