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

perl-class-xsaccessor 1.19

Generate fast XS accessors without runtime compilation

Class::XSAccessor implements fast read, write, and read/write accessors in XS. Additionally, it can provide predicates such as "has_foo()" for testing whether the attribute "foo" is defined in the object. It only works with objects that are implemented as ordinary hashes. Class::XSAccessor::Array implements the same interface for objects that use arrays for their internal representation.

Installation

Install perl-class-xsaccessor 1.19 as follows:

guix install perl-class-xsaccessor@1.19

Or install the latest version:

guix install perl-class-xsaccessor

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.