Name: iff Version: 0.0.3 License: GPL License-File: LICENSE Author: Henning Thielemann Maintainer: Henning Thielemann Homepage: http://code.haskell.org/~thielema/iff/ Category: Codec Build-Type: Simple Build-Depends: bytestring >=0.9 && <0.10, transformers >= 0.1 && <0.4, base >= 3 && <5 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 GHC-Options: -Wall Hs-Source-Dirs: src Exposed-modules: Data.IFF