./wip/hs-zlib, Zlib binding for Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.2.0, Package name: hs-zlib-0.5.2.0, Maintainer: pho

This package provides a pure interface for compressing and
decompressing streams of data represented as lazy ByteStrings. It uses
the zlib C library so it has high performance. It supports the "zlib",
"gzip" and "raw" compression formats.

It provides a convenient high level api suitable for most tasks and
for the few cases where more control is needed it provides access to
the full zlib feature set.


Required to run:
[devel/gmp]

Required to build:
[lang/ghc] [devel/pkg-config]

Master sites:

SHA1: e40025b464a3a701c3e835dbc0ae540c73bad1fc
RMD160: 5d9b674e235b260f64d65051afecebc935c2a7ae
Filesize: 122.149 KB

Version history: (Expand)


CVS history: (Expand)


   2009-07-27 05:08:33 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to zlib-0.5.2.0

   2009-05-21 06:56:42 by PHO / phonohawk | Files touched by this commit (2)
Log message:
This package installs a Haskell library so its BUILDLINK_DEPMETHOD shouldn't be \ 
'build'.

   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2009-01-12 07:46:49 by PHO / phonohawk | Files touched by this commit (2) | Package updated
Log message:
Updated to zlib 0.5.0.0
   2008-07-20 09:11:57 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-zlib-0.4.0.4 as wip/hs-zlib.

This package provides a pure interface for compressing and
decompressing streams of data represented as lazy ByteStrings. It uses
the zlib C library so it has high performance. It supports the "zlib",
"gzip" and "raw" compression formats.

It provides a convenient high level api suitable for most tasks and
for the few cases where more control is needed it provides access to
the full zlib feature set.