This package browser is in early development. Mind the rough edges.

perl-text-sprintf-named 0.0405

Sprintf-like function with named conversions

Text::Sprintf::Named provides a sprintf equivalent with named conversions. Named conversions are sprintf field specifiers (like %s or %4d) only they are associated with the key of an associative array of parameters. So for example %(name)s will emit the name parameter as a string, and %(num)4d will emit the num parameter as a variable with a width of 4.

Installation

Install perl-text-sprintf-named 0.0405 as follows:

guix install perl-text-sprintf-named@0.0405

Or install the latest version:

guix install perl-text-sprintf-named

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.