bgzf-0.1.0.0: bgzf.cabal
name: bgzf
version: 0.1.0.0
License: BSD3
License-File: LICENSE
synopsis: Blocked GZip
description: Bgzf consists of 64kb maximum sized gzip blocks, and can be inflated using normal zlib functions, but allows for random access
author: rcallahan
maintainer: rcallahan@eurekagenomics.com
copyright: (c) Rob O'Callahan 2014
category: Codec
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/rcallahan/bgzf.git
library
exposed-modules: Pipes.Bgzf
other-extensions: ForeignFunctionInterface
build-depends: base >=4.6 && <5, streaming-commons >=0.1 && <0.2, bytestring >=0.10 && <0.11, pipes >= 4.1 && <4.2, mtl, parallel
default-language: Haskell2010
ghc-options: -Wall -O2