File: SDL-image.cabal

package info (click to toggle)
haskell-sdl-image 0.6.1-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 212 kB
  • ctags: 1
  • sloc: haskell: 187; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download | duplicates (4)
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
Cabal-Version:      >= 1.6
Name:               SDL-image
Version:            0.6.1
Maintainer:         Lemmih (lemmih@gmail.com)
Author:             Lemmih (lemmih@gmail.com)
Copyright:          2004-2010, Lemmih
License-File:       LICENSE
License:            BSD3
Build-Type:         Custom
Category:           Foreign binding
Synopsis:           Binding to libSDL_image
Description:
  SDL_image is an image file loading library.
  It loads images as SDL surfaces, and supports the
  following formats: BMP, GIF, JPEG, LBM, PCX, PNG,
                     PNM, TGA, TIFF, XCF, XPM, XV.
Extra-Source-Files: configure, includes/HsSDLConfig.h.in, SDL-image.buildinfo.in, config.mk.in
Data-Files:         MACOSX, README, TODO

Library
  Extensions:       ForeignFunctionInterface
  Build-Depends:    base >= 3 && < 5, SDL
  Exposed-Modules:
    Graphics.UI.SDL.Image,
    Graphics.UI.SDL.Image.Version
  Includes:         SDL.h SDL_image.h
  GHC-Options:      -Wall

source-repository head
    type:     darcs
    location: http://mirror.seize.it/hsSDL/hssdl-image/