./textproc/ocaml-csv, CSV library for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4nb1, Package name: ocaml-csv-2.4nb1, Maintainer: jaapb

This is a pure OCaml library to read and write CSV (comma separated value)
files.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-dune]

Required to build:
[misc/ocaml-opaline]

Master sites:

Filesize: 44.897 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-19 10:22:33 by Jaap Boender | Files touched by this commit (3)
Log message:
Fixed build problem in textproc/ocaml-csv, revbump.

There was a problem with modules not being built correctly according to
options set; I've now corrected this. Thanks to mef@ for reporting this.
   2022-05-05 14:00:47 by Jaap Boender | Files touched by this commit (5)
Log message:
Updated textproc/ocaml-csv to version 2.4.

This introduces compatilibity with later OCaml verions (post-4.08), and
several other minor bugfixes and changes.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155)
Log message:
textproc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-03-05 20:40:33 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated texstproc/ocaml-csv for dune compatibility.

Package now compatible with dune 1.7; revbump.