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

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 04:25:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libxs-object-magic-perl_0.05-2.dsc 2.2 KiB 4dc752bb1adb4a016c224ba1b564c8d1456d73484879c4074ac29188b2a06a0b
libxs-object-magic-perl_0.05.orig.tar.gz 104.4 KiB 3dc9e460cee92e11744062754643a33778ca52a54d205fcaffa4ab0f3cf15e5a
libxs-object-magic-perl_0.05-2.debian.tar.xz 2.5 KiB 6e68d9023730942bbc5ce9cc9d0ea3977257c9c65734cef3dda8565c2e68c5a0

No changes file available.

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