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

perl-json-maybexs

Cpanel::JSON::XS with fallback

This module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error.

Installation

Install the latest version of perl-json-maybexs as follows:

guix install perl-json-maybexs

Or install a particular version:

guix install perl-json-maybexs@1.004003

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-json-maybexs about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/perl-json-maybexs][https://packages.guix.gnu.org/packages/perl-json-maybexs/badges/latest-version.svg]]