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
|
Source: picocli
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
gradle-debian-helper (>= 1.4),
groovy (>= 2.4.10),
libjline2-java,
libjline3-java,
maven-repo-helper
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/picocli.git
Vcs-Browser: https://salsa.debian.org/java-team/picocli
Homepage: https://picocli.info
Rules-Requires-Root: no
Package: libpicocli-java
Architecture: all
Multi-Arch: foreign
Depends: ${maven:Depends}, ${misc:Depends}
Description: Tiny command line interpreter library for Java applications
Picocli is a one-file framework for creating Java command line applications
with almost zero code. It supports a variety of command line syntax styles
including POSIX, GNU, MS-DOS and more. Picocli generates highly customizable
usage help messages with ANSI colors and styles. Picocli-based applications
can have command line TAB completion showing available options, option
parameters and subcommands, for any level of nested subcommands.
|