package csv

  1. Overview
  2. Docs
A pure OCaml library to read and write CSV files

Install

Dune Dependency

Authors

Maintainers

Sources

csv-2.3.tbz
sha256=2b90f22ef36279a4e1249d6784a4fb3e3e3f16394018ffdabae21ba71d4f759b
sha512=70ab5d0f5829c118e278942914632abdd6b626a543d3de6c11572e93aa7c869be9a03565255651d787b881fa2e9f11a933aaed70d07eed4261376e8f01dc29a4

doc/CHANGES.html

2.3 2019-09-09

  • Be compatible with OCaml ≥ 4.08 (fixes #28).
  • Put csvtool in its own package.
  • Use UTF-8 to determine column widths for the "readable" format (fixes #21).
  • Add deprecation attributes.
  • Fix alignment in csvtool usage message.
  • Small improvements to the documentation.

2.2 2018-11-04

  • Compile the pre-processing script. This makes possible to install the package using a compiler with the -static flag. (#25)

2.1 2018-07-11

  • Improve the documentation of Csv.Rows.load and of_in_obj.
  • Slightly improve tests.
  • Use Dune (the new name for Jbuilder).

2.0 2017-09-02

  • Split the package into csv and csv-lwt.
  • Port to jbuilder and topkg.
OCaml

Innovation. Community. Security.