xref: /OK3568_Linux_fs/buildroot/package/libcsv/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCSV
2	bool "libcsv"
3	help
4	  libcsv is a small, simple and fast CSV library written in
5	  pure ANSI C89 that can read and write CSV data. It provides
6	  a straight-forward interface using callback functions to
7	  handle parsed fields and rows and can parse improperly
8	  formatted CSV files.
9
10	  https://sourceforge.net/projects/libcsv/
11