@hackage sv-core0.5
Encode and decode separated values (CSV, PSV, ...)
Categories
License
BSD-3-Clause
Maintainer
george@qfpl.io
Links
Versions
Installation
Tested Compilers
Dependencies (22)
- attoparsec >=0.12.1.4 && <0.14
- base >=4.9 && <4.15
- bifunctors >=5.1 && <5.6
- bytestring >=0.9.1.10 && <0.11
- containers >=0.4 && <0.7
- contravariant >=1.2 && <1.6 Show all…
Dependents (3)
@hackage/sv, @hackage/sv-cassava, @hackage/sv-svfactor
sv-core is the decoding and encoding for the sv CSV library. This is split off into its own package so that one swap out sv's parser without incurring a dependency on the default parser (hw-dsv)
For an example, see sv-cassava