buffer-pipe-0.0: buffer-pipe.cabal
Name: buffer-pipe
Version: 0.0
License: BSD3
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Category: Console
Synopsis: Read from stdin and write to stdout in large blocks
Description:
Read from stdin and write to stdout in large blocks.
This can be inserted in a chain of piping commands.
E.g. if inserted after @tar c@ or before @tar x@
you can reduce jumping forth and back on the hard disk.
.
You may also try the @buffer@ command
from the Debian package of the same name.
Tested-With: GHC==7.4.2
Cabal-Version: >=1.6
Build-Type: Simple
Source-Repository this
Tag: 0.0
Type: darcs
Location: http://hub.darcs.net/thielema/buffer-pipe/
Source-Repository head
Type: darcs
Location: http://hub.darcs.net/thielema/buffer-pipe/
Executable buffer-pipe
Build-Depends:
base >= 4 && <5
GHC-Options: -Wall
Hs-Source-Dirs: src
Main-Is: Main.hs