Source: commons-csv Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper-compat (= 12), default-jdk, junit5, libcommons-io-java, libcommons-lang3-java, libcommons-parent-java, libh2-java, libhamcrest-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, libmockito-java, libsurefire-java (>= 2.22.2-2~), maven-debian-helper (>= 1.5) Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/commons-csv.git Vcs-Browser: https://salsa.debian.org/java-team/commons-csv Homepage: http://commons.apache.org/csv/ Package: libcommons-csv-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: Library for reading and writing CSV files The Apache Commons CSV library provides a simple interface for reading and writing files in variations of the Comma Separated Value (CSV) format. The most common CSV formats are supported (RFC 4180, Excel, MySQL, TDF) and custom formats can be handled using a fluent style API.