package csv-lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A pure OCaml library to read and write CSV files, LWT version
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (5)
Authors
Maintainers
Sources
csv-2.2.tbz
sha256=0a2a6d3be1b2502661f7601dd2c38951368057bc2a336312f16e6f1262939cd2
md5=a93ec5093a358c75ab42563b0197bbf2
doc/CHANGES.html
2.2 2018-11-04
- Compile the pre-processing script. This makes possible to install the package using a compiler with the
-staticflag. (#25)
2.1 2018-07-11
- Improve the documentation of
Csv.Rows.loadandof_in_obj. - Slightly improve tests.
- Use Dune (the new name for Jbuilder).
2.0 2017-09-02
- Split the package into
csvandcsv-lwt. - Port to
jbuilderandtopkg.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page