packages feed

csv-0.1.0: csv.cabal

Name:                csv
Version:             0.1.0
Category:            Text
Synopsis:            CSV loader and dumper
Description:         CSV loader and dumper
        .
        This library parses and dumps documents that are formatted 
        according to RFC 4180, \"The common Format and MIME Type for
        Comma-Separated Values (CSV) Files\". This format is used, among
        many other things, as a lingua franca for spreadsheets, and for
        certain web services.
Copyright:           Jaap Weel, 2007
License:             LGPL
License-file:        COPYING
Author:              Jaap Weel <weel@ugcs.caltech.edu>
Maintainer:          Jaap Weel <weel@ugcs.caltech.edu>
Build-Depends:       base, parsec
Exposed-modules:     Text.CSV