From e568e8ecacb8509ae8fae067d05ad1e1fb78ec96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 11 Sep 2016 19:11:38 +0200 Subject: New upstream version 0.0+git20160911~9bf299c --- debian/control | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control deleted file mode 100644 index badcef1..0000000 --- a/debian/control +++ /dev/null @@ -1,31 +0,0 @@ -Source: fast-cpp-csv-parser -Section: libdevel -Priority: optional -Maintainer: Jörg Frings-Fürst -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.8 -Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser -Vcs-Git: git://anonscm.debian.org/collab-maint/fast-cpp-csv-parser.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/fast-cpp-csv-parser.git - -Package: libfccp-dev -Architecture: all -Depends: ${misc:Depends} -Description: Fast C++ CSV Parser - fast-cpp-cvs-praser is a small, easy-to-use and fast header-only - library for reading comma separated value (CSV) files. The library - is completely contained inside a single header file. The library - can used with a standard conformant C++11 compiler. - . - Feature list: - * Automatically rearranges columns by parsing the header line. - * Disk I/O and CSV-parsing are overlapped using threads for efficiency. - * Parsing features such as escaped strings can be enabled and disabled - at compile time using templates. - * Can read multiple GB files in reasonable time. - * Support for custom columns separators (i.e. Tab separated value files - are supported), quote escaped strings, automatic space trimming. - * Works with *nix and Windows newlines and automatically ignores UTF-8 BOMs. - * Exception classes with enough context to format useful error messages. - * what() returns error messages ready to be shown to a user. - -- cgit v1.2.3