packages feed

ALUT-2.1.0.1: ALUT.cabal

name:		ALUT
version:	2.1.0.1
license:	BSD3
license-file:	LICENSE
maintainer:	Sven Panne <sven.panne@aedion.de>
bug-reports:	mailto:sven.panne@aedion.de
homepage:	http://www.openal.org/
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://www.openal.org/openal_webstf/specs/alut.html>.
build-type:     Configure
extra-source-files:
	config.guess config.sub install-sh
	configure.ac configure ALUT.buildinfo.in
	include/HsALUTConfig.h.in include/HsALUT.h.in
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
build-depends:	base, OpenGL, OpenAL
extensions:	CPP, ForeignFunctionInterface