-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrepa-devil.cabal
61 lines (51 loc) · 2.08 KB
/
repa-devil.cabal
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
61
Name: repa-devil
Version: 0.3.2.6
Synopsis: Support for image reading and writing of Repa arrays using in-place FFI calls
Description: The repa-image library adds support for reading and
writing images in many formats based on the DevIL
open source image library. Image data is represented in Haskell
as typed, multi-dimensional repa arrays.
.
Developer\'s Image Library (DevIL) is a library to
develop applications with very powerful image
loading capabilities, yet with a relatively simple
interface. DevIL can load, save, convert,
manipulate, filter and display a wide variety of
image formats, including:
.
* BMP, ICO, JPG, PNG, PNM, TGA, TIF, GIF, EXIF and many more.
.
/References:/
.
* <http://hackage.haskell.org/package/repa>
.
* <http://openil.sourceforge.net/>
.
* <http://www.haskell.org/haskellwiki/Numeric_Haskell:_A_Repa_Tutorial>
Homepage: https://github.com/RaphaelJ/repa-devil
License: BSD3
License-file: LICENSE
Author: Don Stewart, Raphael Javaux
Maintainer: Raphael Javaux <raphaeljavaux[at]gmail.com>
Copyright: Don Stewart (c) 2011, Raphael Javaux (c) 2012
Category: Data Structures
Build-type: Simple
Cabal-version: >=1.6
Library
Exposed-modules:
Data.Array.Repa.IO.DevIL
Build-depends:
base == 4.*,
repa >= 3.2.0.0 && < 4.0,
transformers >= 0.2 && < 0.5
Build-tools:
hsc2hs
GHC-Options: -O2 -Wall
Extensions:
CPP,
ForeignFunctionInterface
Extra-Libraries:
IL
source-repository head
type: git
location: https://github.com/RaphaelJ/repa-devil