siphon: Encode and decode CSV files

[ bsd3, library, web ] [ Propose Tags ]

Encode and decode CSV files.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.6, 0.7, 0.8.0, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.2.0, 0.8.2.1
Change log CHANGELOG.md
Dependencies attoparsec, base (>=4.8 && <5), bytestring, colonnade (>=1.2), streaming (>=0.1.4), text (>=1.0), transformers (>=0.4.2), vector [details]
License BSD-3-Clause
Copyright 2016 Andrew Martin
Author Andrew Martin
Maintainer amartin@layer3com.com
Category web
Home page https://github.com/byteverse/siphon
Bug tracker https://github.com/byteverse/siphon/issues
Source repo head: git clone git://github.com/byteverse/siphon.git
Uploaded by l3c_amartin at 2024-03-06T20:01:27Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 4074 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-06 [all 1 reports]

Readme for siphon-0.8.2.1

[back to package description]

To run doctests:

First make sure doctest is on the PATH (i.e. cabal install doctest).

Then run:

cabal repl --with-ghc=doctest --repl-options="-fno-warn-orphans -Wno-x-partial" siphon