NOTICE: This package has been removed from pkgsrc

./wip/hs-vector-bytestring, ByteStrings as type synonyms of Storable Vectors of Word8s

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.0.0.1nb1, Package name: hs-vector-bytestring-0.0.0.1nb1, Maintainer: pho

A time and space-efficient implementation of byte vectors using
vectors of Word8, suitable for high performance use, both in terms of
large data quantities, or high speed requirements. Byte vectors are
encoded as strict Word8 arrays of bytes, held in a ForeignPtr, and can
be passed between C and Haskell with little effort.

Original GHC implementation by Bryan O'Sullivan. Rewritten to use
Data.Array.Unboxed.UArray by Simon Marlow. Rewritten to support slices
and use ForeignPtr by David Roundy. Polished and extended by Don
Stewart. Redefined ByteString as a Vector (from the vector package) of
Word8s by Bas van Dijk.


Required to run:
[wip/ghc] [devel/hs-primitive] [devel/hs-vector]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8abb7dcd3dedd982df8df10332ca7ff786b35772
RMD160: ba79679fc68ca3aea7ebb3d16fea6fa2ddaa604b
Filesize: 396.036 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:29 by Ryosuke Moro | Files touched by this commit (22)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58)
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
   2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58)
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
   2013-02-23 16:58:08 by PHO / phonohawk | Files touched by this commit (4)
Log message:
Relax build-depends

   2012-03-04 07:05:51 by PHO / phonohawk | Files touched by this commit (2)
Log message:
deepseq is bundled in ghc-7.4.1

   2012-02-02 14:11:52 by PHO / phonohawk | Files touched by this commit (6) | Imported package
Log message:
Import hs-vector-bytestring-0.0.0.1 as wip/hs-vector-bytestring.

A time and space-efficient implementation of byte vectors using
vectors of Word8, suitable for high performance use, both in terms of
large data quantities, or high speed requirements. Byte vectors are
encoded as strict Word8 arrays of bytes, held in a ForeignPtr, and can
be passed between C and Haskell with little effort.

Original GHC implementation by Bryan O'Sullivan. Rewritten to use
Data.Array.Unboxed.UArray by Simon Marlow. Rewritten to support slices
and use ForeignPtr by David Roundy. Polished and extended by Don
Stewart. Redefined ByteString as a Vector (from the vector package) of
Word8s by Bas van Dijk.