Source: scopt Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Frédéric Bonnard 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.