mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1f79b231d2
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. WWW: http://hackage.haskell.org/package/csv PR: ports/159689 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
7 lines
314 B
Plaintext
7 lines
314 B
Plaintext
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.
|
|
|
|
WWW: http://hackage.haskell.org/package/csv
|