Source: jsap Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Guillaume Turri 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.