File: control

package info (click to toggle)
jsap 2.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 732 kB
  • sloc: java: 4,890; xml: 329; makefile: 19
file content (39 lines) | stat: -rw-r--r-- 1,540 bytes parent folder | download | duplicates (2)
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
Source: jsap
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Guillaume Turri <guillaume.turri@gmail.com>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0)
Build-Depends-Indep: libxstream-java, junit4, default-jdk-doc, libmaven-javadoc-plugin-java, ant
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jsap.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jsap.git
Homepage: http://www.martiansoftware.com/jsap/

Package: libjsap-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}, libjsap-java-doc
Description: Java Simple Argument Parser
 Library which ease the parsing of arguments (e.g. from a command line)
 for Java developers.
 It has features like:
   * support both switch and flags
   * cast the arguments to the expected type of object
   * can handle configuration file with default values

Package: libjsap-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
Suggests: libjsap-java
Description: Java Simple Argument Parser (documentation)
 Library which ease the parsing of arguments (e.g. from a command line)
 for Java developers.
 It has features like:
   * support both switch and flags
   * cast the arguments to the expected type of object
   * can handle configuration file with default values
 .
 This package contains the API documentation of libjsap-java.