package csvtool

  1. Overview
  2. Docs
Command line tool for handling CSV files

Install

Dune Dependency

Authors

Maintainers

Sources

csv-2.4.tbz
sha256=13fec48177f2658c4c62edf04f5edd055962fbf2abb4c3e372d268dd2ab2a98e
sha512=a8a952315950fc7fcca36c758b69618296060fd4eab3140ac364ad62172cf665b3c0c9d892ddb586929217466a42f33f432e32e3bd0c1e549ea22bef6ef8a900

CHANGES.md.html

2.4 2019-12-09

  • Fixes the build on Windows with CRLF checkout (@dra27).

  • Allows use of the repo in a Duniverse (@dra27).

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.