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

perl-text-sprintf-named

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 the latest version of perl-text-sprintf-named as follows:

guix install perl-text-sprintf-named

Or install a particular version:

guix install perl-text-sprintf-named@0.0405

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.

Badge code

You can use the following badge to inform users of perl-text-sprintf-named about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-text-sprintf-named'><img src='https://packages.guix.gnu.org/packages/perl-text-sprintf-named/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-text-sprintf-named/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-text-sprintf-named)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-text-sprintf-named][https://packages.guix.gnu.org/packages/perl-text-sprintf-named/badges/latest-version.svg]]