package csv
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A pure OCaml library to read and write CSV files.
Install
dune-project
Dependency
Authors
Maintainers
Sources
csv-1.6.tar.gz
sha256=f217f00a397aa79bcd3f1a657a04cb46d08c7d00f4c3836467dad83d08ea6767
md5=8c995d6dbfb5d0267bbc8a40a59122c6
Description
This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — e.g. quotes, newlines, 8 bit characters in fields, "0 etc. A special representation of rows of CSV files with a header is provided. The library comes with a handy command line tool called csvtool for handling CSV files from shell scripts.
Dependencies (4)
-
ocamlfind
build & >= "1.5" -
ocamlbuild
build - base-bytes
-
ocaml
>= "4.00.1" & < "5.0.0"
Dev Dependencies
None
Used by (13)
- benchpress
- benchpress-server
- bitgenerators
- cca
- dataframe
- diffast-core
-
neural_nets_lib
>= "0.6.0" - nx-datasets
-
patricia-tree
>= "0.12.0" - pgocaml
- regrade
- simple_httpd
-
talon
< "1.0.0~alpha3"
Conflicts (1)
-
lwt
>= "4.0.0"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page