diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-18 14:13:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-18 14:13:20 +0000 |
commit | 2843d48c80229e38cc2f977210a09e9321f511be (patch) | |
tree | 728a06be7ff034a712908669dcf858ede6dbac45 /textproc/Makefile | |
parent | 3fd7e3d77ab8a9331f5eb3e04f342f0949926ff1 (diff) |
This library can read and write CSV files, including all extensions used by
Excel - eg. quotes, newlines, 8 bit characters in fields, "0 etc.
WWW: http://merjis.com/developers/csv
PR: ports/118801
Submitted by: Thomas V. Crimi <tcrimi@procida.us>
Notes
Notes:
svn path=/head/; revision=203985
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a93ff74c8960..f1991edfd49f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -331,6 +331,7 @@ SUBDIR += nunnimcax SUBDIR += nux SUBDIR += ny-aspell + SUBDIR += ocaml-csv SUBDIR += ocaml-expat SUBDIR += ocaml-pxp SUBDIR += ocaml-yaxpo |