raku-getopt-long 0.4.2-4 source package in Ubuntu
Changelog
raku-getopt-long (0.4.2-4) unstable; urgency=medium * control: add Build-Depends on dh_raku 0.19 * control: set arch=all -- Dominique Dumont <email address hidden> Thu, 08 May 2025 16:24:49 +0200
Upload details
- Uploaded by:
- Debian Rakudo Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Rakudo Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | misc | |
| Questing | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| raku-getopt-long_0.4.2-4.dsc | 2.0 KiB | 205c94758cfeebb21a67dc1bc75ac1eb7ed253d617279f27b85efc12a21d7fa1 |
| raku-getopt-long_0.4.2.orig.tar.gz | 22.2 KiB | 129a0bc270242310bde7339d33da50e67e3a424cbc5d213d7d00c2a684bb44d8 |
| raku-getopt-long_0.4.2-4.debian.tar.xz | 5.1 KiB | 145783e97f9001e191f0b880aa74736bf43ce1146a63d757e719773cb84449f4 |
Available diffs
- diff from 0.4.2-3 to 0.4.2-4 (650 bytes)
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.
