raku-getopt-long 0.4.2-1build1 source package in Ubuntu

Changelog

raku-getopt-long (0.4.2-1build1) plucky; urgency=medium

  * No-change rebuild to bump raku virtual ABI package depends.

 -- Simon Quigley <email address hidden>  Sat, 22 Mar 2025 15:00:11 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Plucky
Original maintainer:
Debian Rakudo Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing proposed universe misc
Plucky proposed universe misc

Downloads

File Size SHA-256 Checksum
raku-getopt-long_0.4.2.orig.tar.gz 22.2 KiB 129a0bc270242310bde7339d33da50e67e3a424cbc5d213d7d00c2a684bb44d8
raku-getopt-long_0.4.2-1build1.debian.tar.xz 5.1 KiB 0dc2556b79b5b8edfb788773cd8b1224fc60d2a32abe1fc6edf215409cb846ae
raku-getopt-long_0.4.2-1build1.dsc 2.0 KiB 59f763f34f8100442cdbb57ccff4b150133601058255651772799361def49f7a

View changes file

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.