raku-getopt-long 0.4.2-1 source package in Ubuntu
Changelog
raku-getopt-long (0.4.2-1) unstable; urgency=medium * new upstream release * update README.source * copyright: update with cme * control: declate compliance with policy 4.6.2 -- Dominique Dumont <email address hidden> Fri, 27 Oct 2023 18:28:52 +0200
Upload details
- Uploaded by:
- Debian Rakudo Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Rakudo Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
raku-getopt-long_0.4.2-1.dsc | 2.0 KiB | e588f3cd4fcacd5b6e63ee3d50e4267e005cf9e7878cce7dc4525a5602e04316 |
raku-getopt-long_0.4.2.orig.tar.gz | 22.2 KiB | 129a0bc270242310bde7339d33da50e67e3a424cbc5d213d7d00c2a684bb44d8 |
raku-getopt-long_0.4.2-1.debian.tar.xz | 5.0 KiB | d8a9d04f872b28a873a0e63d4877b225acc35a301bb3d8f3ec932db0849394e3 |
Available diffs
No changes file available.
Binary packages built by this source
- raku-getopt-long: Getopt implementation for Raku
Getopt::Long Raku/Perl6 module implements extended getopt functions called get-
options() and get-options-from, as well as automatic argument parsing
for a MAIN sub.
.
This function adheres to the POSIX syntax for command line options, with
GNU extensions. In general, this means that options have long names
instead of single letters, and are introduced with a double dash "--".
Support for bundling of command line options, as was the case with the
more traditional single-letter approach, is also provided.