File: README

package info (click to toggle)
haskell-spool 0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 60 kB
  • sloc: haskell: 81; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
spool provides conversion between ByteString and Vector.Storable without
copying the underlying data.

Documentation is hosted at http://hackage.haskell.org/package/spool

To build the documentation yourself, run

  $ cabal configure && cabal haddock --hyperlink-source

This will produce HTML documentation under dist/doc/html/spool.