summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <vincent.laporte@gmail.com>2014-08-17 00:31:35 +0200
committerVincent Laporte <vincent.laporte@gmail.com>2014-08-17 00:55:32 +0200
commitbce3730a3ceaa00376313f17fc59091885b0f6dc (patch)
tree181a7a1174d62e96b0a8ee6078c6eb333d9c6f60 /pkgs/top-level/all-packages.nix
parent474731b29e81f0e1a0e2962e44a1c208c4628d04 (diff)
downloadnixlib-bce3730a3ceaa00376313f17fc59091885b0f6dc.tar
nixlib-bce3730a3ceaa00376313f17fc59091885b0f6dc.tar.gz
nixlib-bce3730a3ceaa00376313f17fc59091885b0f6dc.tar.bz2
nixlib-bce3730a3ceaa00376313f17fc59091885b0f6dc.tar.lz
nixlib-bce3730a3ceaa00376313f17fc59091885b0f6dc.tar.xz
nixlib-bce3730a3ceaa00376313f17fc59091885b0f6dc.tar.zst
nixlib-bce3730a3ceaa00376313f17fc59091885b0f6dc.zip
Adds ocaml library “csv”
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/
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 10a2735f082a..0ad9d8b70f2b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3203,6 +3203,8 @@ let
 
     cryptokit = callPackage ../development/ocaml-modules/cryptokit { };
 
+    csv = callPackage ../development/ocaml-modules/csv { };
+
     deriving = callPackage ../development/tools/ocaml/deriving { };
 
     easy-format = callPackage ../development/ocaml-modules/easy-format { };