packages feed

musicw-0.3.6: musicw.cabal

name:                musicw
version:             0.3.6
synopsis:            Sound synthesis library, to be used with GHCJS and Web Audio API
description:         A library for sound synthesis, currently targeting GHCJS and the Web Audio API. Used by Inner Ear, Estuary, Punctual and possibly other projects.
homepage:            https://github.com/dktr0/musicw/blob/master/README.md
license:             BSD3
license-file:        LICENSE
author:              David Ogborn, Jamie Beverley, Luis Navarro del Angel, Spencer Park and others
maintainer:          ogbornd@mcmaster.ca
copyright:           2017- David Ogborn, Jamie Beverley, Luis Navarro del Angel, Spencer Park and others
category:            Web
build-type:          Simple
cabal-version:       >=1.10
tested-with:         GHCJS == 8.6.0.1
extra-source-files:

Library
  hs-source-dirs:  src
  js-sources:      MusicW.js
  Build-Depends:
      base >= 4.11.1.0 && < 4.13,
      containers >= 0.5.11.0 && < 0.7,
      safe >= 0.3.17 && < 0.4,
      ghcjs-base >= 0.2.0.0 && < 0.3,
      ghcjs-dom >= 0.9.2.0 && < 0.10,
      text >= 1.2.3.0 && < 1.3,
      array >= 0.5.2.0 && < 0.6,
      ghcjs-prim >= 0.1.1.0 && < 0.2,
      data-default >= 0.7.1.1 && < 0.8,
      transformers >= 0.5.5.0 && < 0.6,
      file-embed >= 0.0.10.1 && < 0.1,
      time >= 1.8.0.2 && < 1.9,
      monad-loops >= 0.4.3 && < 0.5,
      json >= 0.9.2 && < 0.10,
      bytestring >= 0.10.8.2 && < 0.11,
      mtl >= 2.2.2 && < 2.3
  GHC-Options:     -Wall -fwarn-tabs
  Exposed-modules: Sound.MusicW.AudioContext
                   Sound.MusicW.FloatArraySpec
                   Sound.MusicW.AudioBuffer
                   Sound.MusicW.Buffer
                   Sound.MusicW.Node
                   Sound.MusicW.SynthDef
                   Sound.MusicW.Synth
                   Sound.MusicW.Envelopes
                   Sound.MusicW.Transformations
                   Sound.MusicW.Worklets
                   Sound.MusicW
  other-modules:
  default-language: Haskell2010

source-repository head
  type:     git
  location: https://github.com/dktr0/MusicW.git