aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/csv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
|
* ocamlPackages.csv: 2.2 -> 2.4R. RyanTM2019-12-231-2/+2
|
* ocamlPackages.csv-lwt: init at 2.2Vincent Laporte2018-12-241-0/+14
|
* ocamlPackages.csv: 2.1 -> 2.2R. RyanTM2018-11-181-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-csv/versions
* ocamlPackages.*: remove unnecessary unpackCmdThéo Zimmermann2018-11-121-2/+0
|
* buildDunePackage: new support function; use it to refactor some OCaml ↵Théo Zimmermann2018-11-071-11/+5
| | | | derivations
* jbuilder: 1.0.1 -> dune: 1.1.1Vincent Laporte2018-09-151-4/+4
|
* ocamlPackages.csv: 2.0 -> 2.1 (#44735)R. RyanTM2018-08-091-3/+3
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-csv/versions.
* ocamlPackages.csv: fix meta evalJoachim Fasting2017-09-201-1/+1
| | | | fetchurl does not expose a meta.homepage attr
* ocamlPackages.csv: 1.7 -> 2.0Vincent Laporte2017-09-202-41/+51
|
* ocamlPackages.csv: 1.5 -> 1.7Vincent Laporte2017-07-121-6/+22
|
* ocamlPackages.csv: 1.4.2 -> 1.5Vincent Laporte2017-07-031-3/+3
|
* OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte2016-10-091-2/+2
|
* Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-131-1/+1
|
* ocaml-csv: 1.4.1 -> 1.4.2Vincent Laporte2015-10-301-3/+3
|
* ocaml-csv: 1.4 -> 1.4.1Vincent Laporte2015-07-231-3/+3
|
* ocaml-csv: 1.3.3 -> 1.4Vincent Laporte2015-07-011-9/+10
|
* Minor modifications of some ocaml packages:Vincent Laporte2014-09-211-2/+6
| | | | | | adds myself as a maintainer adds assertions to have evaluation errors rather than build errors moves opam out of ocamlPackages, as it does not provide a library
* Adds ocaml library “csv”Vincent Laporte2014-08-171-0/+27
This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — eg. quotes, newlines, 8 bit characters in fields, "0 etc. Homepage: https://forge.ocamlcore.org/projects/csv/