packages feed

netlines-0.2.1: netlines.cabal

Name:          netlines
Version:       0.2.1
Category:      Network
Synopsis:      Enumerator tools for text-based network protocols
Maintainer:    Ertugrul Söylemez <es@ertes.de>
Author:        Ertugrul Söylemez <es@ertes.de>
Copyright:     (c) 2010 Ertugrul Söylemez
License:       BSD3
License-file:  LICENSE
Build-type:    Simple
Stability:     experimental
Cabal-version: >= 1.6
Description:

    Enumerator tools for text-based network protocols.  This includes,
    among other things, an enumeratee to split an incoming ByteString
    stream to a length-limited line stream in a safe manner (i.e. in
    constant space).

Library
    Build-depends:
        base >= 4 && < 5,
        bytestring >= 0.9.1.7,
        contstuff >= 1.2.4,
        enumerator >= 0.4.7
    GHC-Options: -W
    Exposed-modules:
        Network.NetLines

-- Executable netlines-test
--     Build-depends:
--         base >= 4 && < 5
--     GHC-Options: -W
--     Main-is: Test.hs