Exherbo
Git
GitLab
Packages
dev-perl/Class-XSAccessor
Generate fast XS accessors without runtime compilation.
Versions
Slot
Version
Repository
Platforms
0
1.19
perl
~amd64
arm?
armv7?
armv8?
x86?
Metadata
Homepage
https://metacpan.org/release/Class-XSAccessor/
Summary
Generate fast XS accessors without runtime compilation
Description
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 exists in the object (which is different from "is defined within 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.
Upstream changelog
https://metacpan.org/changes/distribution/Class-XSAccessor
Dependencies
(
build+run:
dev-lang/perl:=
)
Downloads
mirror://cpan/authors/id/S/SM/SMUELLER/Class-XSAccessor-1.19.tar.gz
Licences
|| (
Artistic
GPL-1
GPL-2
GPL-3
)