File: control

package info (click to toggle)
super-csv 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 43,708 kB
  • sloc: java: 16,922; xml: 1,811; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 2,072 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
42
43
44
45
46
47
Source: super-csv
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 2.1)
Build-Depends-Indep: libmaven-bundle-plugin-java (>= 3.5.0), libmaven-javadoc-plugin-java (>= 3.0.0),  
 junit4 (>= 4.12), default-jdk-doc 
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/java-team/super-csv.git
Vcs-Browser: https://salsa.debian.org/java-team/super-csv
Rules-Requires-Root: no
Homepage: https://github.com/super-csv/super-csv

Package: libsuper-csv-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}, libsuper-csv-java-doc
Description: Super CSV library for Java
 It is highly configurable, and supports reading and writing with POJOs,
 Maps and Lists. It also has support for deep-mapping and index-based
 mapping with POJOs, using the powerful Dozer extension.
 .
 Its flexible 'Cell Processor' API automates data type conversions
 (parsing and formatting Dates, Integers, Booleans etc) and enforces
 constraints (mandatory columns, matching against regular expressions
 etc) - and it's easy to write your own if required.

Package: libsuper-csv-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
Suggests: libsuper-csv-java
Description: Documentation for Super CSV library for Java
 It is highly configurable, and supports reading and writing with POJOs,
 Maps and Lists. It also has support for deep-mapping and index-based
 mapping with POJOs, using the powerful Dozer extension.
 .
 Its flexible 'Cell Processor' API automates data type conversions
 (parsing and formatting Dates, Integers, Booleans etc) and enforces
 constraints (mandatory columns, matching against regular expressions
 etc) - and it's easy to write your own if required.
 .
 This package contains the API documentation of libsuper-csv-java.