summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-08 14:02:36 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-08 14:02:36 +0200
commitf76d1cde0a33131bf187d00385b8cfde7f45bbc6 (patch)
tree8d875746196812f86362a5caac846d38c5483ea3 /debian/control
Initial import of fast-cpp-csv-parser version 0.0+git20140808~0a259084edad-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
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 <debian@jff-webhosting.net>
+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.
+