packages feed

ALUT-2.2.0.0: ALUT.cabal

name:		ALUT
version:	2.2.0.0
license:	BSD3
license-file:	LICENSE
maintainer:	Sven Panne <sven.panne@aedion.de>
bug-reports:	mailto:sven.panne@aedion.de
homepage:	http://connect.creativelabs.com/openal/
category:	Sound
synopsis:	A binding for the OpenAL Utility Toolkit
description:
	A Haskell binding for the OpenAL Utility Toolkit, which makes
	managing of OpenAL contexts, loading sounds in various formats
	and creating waveforms very easy. For more information about the
	C library on which this binding is based, please see:
	<http://connect.creativelabs.com/openal/Documentation/The%20OpenAL%20Utility%20Toolkit.pdf>.
build-type:     Configure
extra-source-files:
	ALUT.buildinfo.in README aclocal.m4 config.guess config.sub configure
	configure.ac examples/Basic/HelloWorld.hs examples/Basic/OpenALInfo.hs
	examples/Basic/PlayFile.hs examples/TestSuite/TestErrorStuff.hs
	examples/TestSuite/TestFileLoader.hs
	examples/TestSuite/TestMemoryLoader.hs examples/TestSuite/TestVersion.hs
	examples/TestSuite/TestWaveforms.hs examples/TestSuite/file1.wav
	examples/TestSuite/file2.au examples/TestSuite/file3.raw
	include/HsALUT.h.in include/HsALUTConfig.h.in install-sh
extra-tmp-files:
	config.log config.status autom4te.cache
	ALUT.buildinfo include/HsALUTConfig.h include/HsALUT.h
exposed-modules:
	Sound.ALUT,
	Sound.ALUT.Initialization,
	Sound.ALUT.Loaders,
	Sound.ALUT.Sleep,
	Sound.ALUT.Version
other-modules:
	Sound.ALUT.Config,
	Sound.ALUT.Constants,
	Sound.ALUT.Errors
include-dirs:	include
includes: HsALUT.h
install-includes: HsALUT.h
ghc-options: -Wall
build-depends:	base >= 3 && < 5, StateVar, OpenAL
extensions:	CPP, ForeignFunctionInterface