libxs-object-magic-perl 0.4-1build7 source package in Ubuntu

Changelog

libxs-object-magic-perl (0.4-1build7) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:36:52 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libxs-object-magic-perl_0.4.orig.tar.gz 64.7 KiB 3dea54e196d4ca13a5186dbe7b12d067ff4aaafb15f6e62a8bd1010c8f84cf0d
libxs-object-magic-perl_0.4-1build7.debian.tar.xz 2.1 KiB d41dff3be61447981f2c7379ef5680836c98c6ac6967cbea926c967525044bd7
libxs-object-magic-perl_0.4-1build7.dsc 2.2 KiB f116c0ceade58da8d48628f96c5a1eb17c934baed259841c17295922d1a27b44

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 supercede 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