name: fountain version: 0.1 category: Codec stability: experimental tested-with: GHC == 7.6.1 synopsis: A fountain codec. description: Fountain codes are forward error correction codes for erasure channels. They are able to recover lost packets without needing a backchannel. As a rateless code, transmitters generate packets at random, on the fly. Receivers then listen to as many packets as needed to reconstruct the message. author: Tom Hawkins maintainer: Tom Hawkins RubenAstudillo license: BSD3 license-file: LICENSE homepage: http://tomahawkins.org build-type: Simple cabal-version: >= 1.6 library build-depends: base >= 4.0 && < 6, containers >= 0.3, random >= 1.0 exposed-modules: Codec.Fountain ghc-options: -W ghc-prof-options: -auto-all source-repository head type: git location: git://github.com/tomahawkins/fountain.git