Config.in 358 B

12345678910
  1. config 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. https://sourceforge.net/projects/libcsv/