diff options
Diffstat (limited to 'package/libcsv/Config.in')
| -rw-r--r-- | package/libcsv/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libcsv/Config.in b/package/libcsv/Config.in new file mode 100644 index 0000000000..797c735bf5 --- /dev/null +++ b/package/libcsv/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBCSV + bool "libcsv" + help + 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. + + https://sourceforge.net/projects/libcsv/ |

