BSD-3-Clause licensed and maintained by Dimitri Sabadie
This version can be pinned in stack with:al-0.1.4.2@sha256:34a474fa8410c1411938e8719f0d78c0201c049a2255264445dc2d1493126a56,3312
Depends on 2 packages(full list with versions):

OpenAL is a minimalistic sound API that aims to provide bare features for spacialized audio. The API looks like the OpenGL one, thus the libs are pretty great together. Up to now, no OpenAL extension is supported. You're highly invited to contribute ;). EAX is not supported yet either. It'll be embedded in future releases, soon. In order to build and install "al", you'll need to have pkg-config installed. For Ubuntu users, there might be a bug with pkg-config. If the install fails, consider using cabal install al your OpenAL setup is located to – you can help find that with find / -name al.h@.

Changes

0.1.4.2

  • Fixed some compilation warnings.
  • Added support for c2hs-0.28.

0.1.4.1

  • Added support for c2hs 0.2.*.

0.1.4

  • Mac OS X support (frameworks).

0.1.3.2

  • Added support for pkg-config (UNIX only)

0.1.3.1

  • Added support for c2hs 0.25.*.

0.1.3

  • Added support for GHC 7.10.1 and lower base.

0.1.2

  • Everything runs in (MonadIO m) => m a instead of IO a now on.

0.1.1.3

  • Relaxed upper bounds on c2hs to enable the use of c2hs-0.24.*.

0.1.1.2

  • alcIsExtensionSupported doesn’t exist; it’s a typo. Renamed alcIsExtensionPresent.

0.1.1.1

  • Fixed a few bugs about architecture compilation.

0.1.1

  • Fixed linker issues.
  • Added flag to select stdcall.

0.1.0.3

  • Fixed alcOpenDevice.

0.1.0.2

  • Default paths for Windows.

0.1.0.1

  • .cabal information added.

0.1

  • Initial release.