File: SDL.cabal

package info (click to toggle)
haskell-sdl 0.6.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 384 kB
  • sloc: haskell: 200; ansic: 18; makefile: 13
file content (60 lines) | stat: -rw-r--r-- 2,045 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Cabal-Version:      >= 1.6
Name:               SDL
Version:            0.6.7.0
Maintainer:         Francesco Ariis <fa-ml@ariis.it>
Author:             Lemmih (lemmih@gmail.com)
Copyright:          2004-2010, Lemmih
License-File:       LICENSE
License:            BSD3
Build-Type:         Custom
Category:           Foreign binding
Synopsis:           Binding to libSDL
Description:
   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.\"
Tested-with:        GHC ==7.10
Data-files:         README, MACOSX, WIN32,
                    Examples/MacOSX/Main.hs,
                    Examples/MacOSX/Makefile,
                    Examples/MacOSX/MainWrapper.hs,
                    Examples/MacOSX/mainc.c
Extra-Source-files: changes.txt, configure, configure.ac, SDL.buildinfo.in, config.mk.in, includes/HsSDLConfig.h.in

custom-setup
    setup-depends: base      >= 3 && < 5,
                   Cabal     >= 1.24

Library
  Build-Depends: base >= 3 && < 5
  Extensions: CPP, EmptyDataDecls, ForeignFunctionInterface, MultiParamTypeClasses,
              FunctionalDependencies
  Exposed-Modules:
   Graphics.UI.SDL,
   Graphics.UI.SDL.CPUInfo,
   Graphics.UI.SDL.General,
   Graphics.UI.SDL.Video,
   Graphics.UI.SDL.WindowManagement,
   Graphics.UI.SDL.Audio,
   Graphics.UI.SDL.Events,
   Graphics.UI.SDL.Time,
   Graphics.UI.SDL.Keysym,
   Graphics.UI.SDL.Color,
   Graphics.UI.SDL.RWOps,
   Graphics.UI.SDL.Types,
   Graphics.UI.SDL.Rect,
   Graphics.UI.SDL.Utilities,
   Graphics.UI.SDL.Version,
   Graphics.UI.SDL.Joystick
  Includes: SDL/SDL.h
  if ! os(darwin)
   Extra-Libraries: SDL
  Frameworks: AppKit
  GHC-Options: -Wall

source-repository head
    type:     darcs
    location: http://ariis.it/link/repos/sdl-bindings/hssdl/