Sprig: Binding to Sprig

[ bsd3, deprecated, foreign-binding, library ] [ Propose Tags ]
Deprecated

Foreign Binding to Jonny D's SDL Primitives Generator (SPriG) library, a fork of SGE.


[Skip to Readme]

Modules

  • Graphics
    • UI
      • SDL
        • Graphics.UI.SDL.Sprig
          • Graphics.UI.SDL.Sprig.Control
          • Graphics.UI.SDL.Sprig.Drawing
          • Graphics.UI.SDL.Sprig.Primitives
          • Graphics.UI.SDL.Sprig.Transform

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Dependencies base (<5), SDL (>=0.5.9) [details]
License BSD-3-Clause
Copyright 2010 Liam O'Connor
Author Liam O'Connor (liamoc@cse.unsw.edu.au)
Maintainer Liam O'Connor (liamoc@cse.unsw.edu.au)
Category Foreign binding
Uploaded by LiamOConnorDavis at 2010-01-10T23:08:23Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 2032 total (7 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 2016-12-30 [all 9 reports]

Readme for Sprig-0.1

[back to package description]
SPriG Bindings for Haskell
--------------------------

This is an (incomplete) binding to Haskell for the SDL Primitive 
Generator (SPriG) library developed by Jonny D. It is a fork of 
the SGE primitives system, which exposes a fairly nice API.


This binding is written by Liam O'Connor-Davis. To contact him,
write to:

liamoc at cse dot unsw edu dot au

The git repository of this project is located at

location:  http://github.com/kamatsu/sprig-hs.git

You need cabal, autoconf, SDL, HSSDL.

To build, type:

cabal configure
cabal build

To install, type:

cabal install

To generate documentation, type:

cabal haddock

To generate an sdist, type:

cabal sdist