cassava-embed: CSV-file embedding library

[ bsd3, csv, library, text ] [ Propose Tags ]

cassava-embed helps to embed CSV-file using TemplateHaskell.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
build-examples

Build example(s)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGES.md
Dependencies base (>=4.7 && <5), bytestring, cassava, template-haskell, vector [details]
License BSD-3-Clause
Author Typeable.io contributors
Maintainer makeit@typeable.io
Category Text, CSV
Home page https://github.com/typeable/cassava-embed#readme
Uploaded by typeable at 2017-09-20T08:53:06Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example
Downloads 1358 total (14 in the last 30 days)
Rating 1.25 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-09-20 [all 1 reports]

Readme for cassava-embed-0.1.0.0

[back to package description]

cassava-embed

This library makes possible to embed any CSV-file as a list of cassava-parseable records.

Take a look at example/ folder for more info.