Cabal-Version: 2.2 Name: iff Version: 0.0.6.1 x-revision: 1 License: GPL-3.0-only License-File: LICENSE Author: Henning Thielemann, Michael Tolly Maintainer: Henning Thielemann Homepage: http://code.haskell.org/~thielema/iff/ Category: Codec Synopsis: Constructing and dissecting IFF files Description: The Interchange File Format of Electronic Arts is a container format used for many kinds of data. Common file formats are e.g. IFF-8SVX for 8-bit sampled sounds and IFF-ILBM for images in an interleaved way that is close to image representation in Amiga computers. Cf. This library does only handle the IFF container format and does not handle any specific IFF data type. The intention is the same as of Amiga's @iffparse.library@. See . Build-Type: Simple Tested-With: GHC==7.4.2, GHC==7.6.3 Source-Repository this Tag: 0.0.6.1 Type: darcs Location: http://code.henning-thielemann.de/iff/ Source-Repository head Type: darcs Location: http://code.henning-thielemann.de/iff/ Library Build-Depends: binary >=0.6.4 && <0.11, bytestring >=0.9 && <0.13, base >= 3 && <5 Default-Language: Haskell98 GHC-Options: -Wall Hs-Source-Dirs: src Exposed-modules: Data.IFF