File: control

package info (click to toggle)
groovycsv 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: xml: 58; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 900 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
Source: groovycsv
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Emmanuel Bourg <ebourg@apache.org>,
Build-Depends:
 debhelper-compat (= 12),
 default-jdk,
 gradle-debian-helper,
 libcglib-nodep-java <!nocheck>,
 libobjenesis-java <!nocheck>,
 libopencsv-java,
 libspock-java <!nocheck>,
 maven-repo-helper,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/groovycsv.git
Vcs-Browser: https://salsa.debian.org/java-team/groovycsv
Homepage: https://github.com/xlson/groovycsv

Package: libgroovycsv-java
Architecture: all
Depends:
 libopencsv-java,
 ${misc:Depends},
Description: CSV parsing library for Groovy
 GroovyCSV is a library to make CSV processing just a little bit
 Groovier. The library uses opencsv behind the scenes and merely
 tries to add a thin layer of “Groovy-ness” to the mix.