File: control

package info (click to toggle)
commons-csv 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,744 kB
  • ctags: 704
  • sloc: java: 5,916; xml: 1,267; makefile: 6; sh: 1
file content (41 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: commons-csv
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10),
               default-jdk,
               junit4,
               libcommons-lang3-java,
               libcommons-io-java,
               libcommons-parent-java,
               libh2-java,
               libmaven-bundle-plugin-java,
               libmaven-javadoc-plugin-java,
               maven-debian-helper (>= 1.5)
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-csv.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-csv.git
Homepage: http://commons.apache.org/csv/

Package: libcommons-csv-java
Architecture: all
Depends: ${misc:Depends}, ${maven: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.

Package: libcommons-csv-java-doc
Architecture: all
Depends: ${misc:Depends}, ${maven:DocDepends}
Section: doc
Description: Library for reading and writing CSV files (documentation)
 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.
 .
 This package contains the API documentation for libcommons-csv-java.