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.
25 lines
2.3 KiB
Text
25 lines
2.3 KiB
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/02 13:11:52 phonohawk Exp $
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Char8.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Char8.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Internal.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Internal.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy/Char8.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy/Char8.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy/Internal.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy/Internal.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy/Legacy.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Lazy/Legacy.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Legacy.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Legacy.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Unsafe.hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Storable/ByteString/Unsafe.p_hi
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/HSvector-bytestring-${PKGVERSION}.o
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/include/bytestring.h
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/libHSvector-bytestring-${PKGVERSION}.a
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/libHSvector-bytestring-${PKGVERSION}_p.a
|
|
lib/vector-bytestring-${PKGVERSION}/${HASKELL_VERSION}/package-description
|
|
share/doc/vector-bytestring-${PKGVERSION}/LICENSE
|