csv-lwt
A pure OCaml library to read and write CSV files, LWT version
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Manual
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
andof_in_obj
.Slightly improve tests.
Use Dune (the new name for Jbuilder).
2.0 2017-09-02
Split the package into
csv
andcsv-lwt
.Port to
jbuilder
andtopkg
.