libxs-object-magic-perl 0.05-2build1 source package in Ubuntu

Changelog

libxs-object-magic-perl (0.05-2build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:50:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libxs-object-magic-perl_0.05.orig.tar.gz 104.4 KiB 3dc9e460cee92e11744062754643a33778ca52a54d205fcaffa4ab0f3cf15e5a
libxs-object-magic-perl_0.05-2build1.debian.tar.xz 2.6 KiB 1c17bc5b02e23971e5da668e3a73c10556af02c5f12e64554434272578d6411d
libxs-object-magic-perl_0.05-2build1.dsc 2.2 KiB 24f6be3d4e3a0a078839124807ef6689a5e5f03e3d5ff448599160cb1a970375

Available diffs

View changes file

Binary packages built by this source

libxs-object-magic-perl: module for opaque, extensible XS pointer backed objects using sv_magic

 XS::Object::Magic provides a way of associating structs with Perl space
 objects designed to supersede Perl's builtin "T_PTROBJ" with something that
 is designed to be:
 .
   * extensible: The association of the pointer using "sv_magicext" can be
     done on any data type, so you can associate C structs with any
     representation type. This means that you can add pointers to any object
     (hand coded, Moose or otherwise), while still having instance data in
     regular hashes.
   * opaque: The C pointer is neither visible nor modifiable from Perl space.
     This prevents accidental corruption which could lead to segfaults using
     "T_PTROBJ" (e.g. "$$ptr_obj = 0").

libxs-object-magic-perl-dbgsym: debug symbols for libxs-object-magic-perl