From f76d1cde0a33131bf187d00385b8cfde7f45bbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 8 Aug 2014 14:02:36 +0200 Subject: Initial import of fast-cpp-csv-parser version 0.0+git20140808~0a259084edad-1 --- debian/control | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7493780 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: fast-cpp-csv-parser +Section: devel +Priority: optional +Maintainer: Jörg Frings-Fürst +Build-Depends: + debhelper (>= 9) +Standards-Version: 3.9.5 +Homepage: https://code.google.com/p/fast-cpp-csv-parser/ + +Package: fast-cpp-csv-parser +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Fast C++ CSV Parser + 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. You only pay in speed for the + features you actually use. + 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