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

ruby-addressable

Alternative URI implementation

Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to RFC 3986, RFC 3987, and RFC 6570 (level 4), providing support for IRIs and URI templates.

Installation

Install the latest version of ruby-addressable as follows:

guix install ruby-addressable

Or install a particular version:

guix install ruby-addressable@2.8.1

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.