File: control

package info (click to toggle)
jcommander 1.71-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,304 kB
  • sloc: java: 6,056; sh: 124; xml: 35; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,517 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
Source: jcommander
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Build-Depends-Indep: debhelper (>= 11),
                     default-jdk-doc,
                     default-jdk (>= 2:1.8),
                     gradle-debian-helper,
                     maven-repo-helper (>= 1.9)
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/java-team/jcommander.git
Vcs-Browser: https://salsa.debian.org/java-team/jcommander
Homepage: http://jcommander.org

Package: libjcommander-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libjcommander-java-doc
Description: Java framework for parsing command line parameters
 JCommander is a Java framework to parse command line options with annotations.
 The command line options are defined by annotating the fields of a Java class
 and the parser populates the fields automatically.

Package: libjcommander-java-doc
Architecture: all
Section: doc
Depends: default-jdk-doc, ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjcommander-java
Description: Java framework for parsing command line parameters (documentation)
 JCommander is a Java framework to parse command line options with annotations.
 The command line options are defined by annotating the fields of a Java class
 and the parser populates the fields automatically.
 .
 This package contains the API documentation of libjcommander-java.