slackbuilds_ponce/libraries/libcsv
Robby Workman 84d2168900 Various: Set perms to 0644 on all SlackBuild scripts
These will (ideally, assuming we remember when generating tarballs)
still be mode 0755 inside the tarballs, but we would prefer to have
them mode 0644 on the server.  It's probably not really important,
but just call us OCD like that.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04 01:53:53 -05:00
..
libcsv.info libraries/libcsv: Added (a small/simple/fast CSV library) 2010-05-16 22:24:22 -05:00
libcsv.SlackBuild Various: Set perms to 0644 on all SlackBuild scripts 2010-06-04 01:53:53 -05:00
Makefile.patch libraries/libcsv: Added (a small/simple/fast CSV library) 2010-05-16 22:24:22 -05:00
README libraries/libcsv: Added (a small/simple/fast CSV library) 2010-05-16 22:24:22 -05:00
slack-desc libraries/libcsv: Added (a small/simple/fast CSV library) 2010-05-16 22:24:22 -05:00

libcsv is a small, simple and fast CSV library written in pure ANSI C89 that 
can read and write CSV data.  It provides a straight-forward interface using 
callback functions to handle parsed fields and rows and can parse improperly 
formatted CSV files.