summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-bytestring/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-bytestring/DETAILS')
-rwxr-xr-xhaskell/haskell-bytestring/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/haskell/haskell-bytestring/DETAILS b/haskell/haskell-bytestring/DETAILS
new file mode 100755
index 0000000000..3081f78300
--- /dev/null
+++ b/haskell/haskell-bytestring/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=haskell-bytestring
+ VERSION=0.9.1.10
+ SOURCE="bytestring-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/bytestring/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:d0e039e69570d63155d7415d37f8da34f952306e686189673beeacd459bfc5ad8e20c207f9e7d58171e1da479c8f2518bd923332981836dbf40d44a09fc86534
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/bytestring-${VERSION}"
+ WEB_SITE="http://www.cse.unsw.edu.au/~dons/fps.html"
+ LICENSE[0]=BSD3
+ ENTERED=20110228
+ SHORT="Fast, packed, strict and lazy byte arrays with a list interface"
+cat << EOF
+A time and space-efficient implementation of byte vectors using
+packed Word8 arrays, 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, and lazy lists of strict chunks, held in a
+'ForeignPtr', and can be passed between C and Haskell with little effort.
+
+EOF