1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: scopt
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
Build-Depends:
debhelper (>= 11),
default-jdk,
maven-repo-helper,
scala
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/scopt.git
Vcs-Browser: https://salsa.debian.org/java-team/scopt
Homepage: https://github.com/scopt/scopt
Package: libscopt-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Simple scala command line options parsing
Scopt provides two styles of parsing: immutable and mutable.
In immutable parsing style, a config object is passed around as an argument
into action callbacks. On the other hand, in mutable parsing style you are
expected to modify the config object in place.
|