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

Changelog

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

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Remove generated file via debian/clean. (Closes: #1048556)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Enable all hardening flags.

 -- gregor herrmann <email address hidden>  Sat, 09 Mar 2024 11:21:41 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libxs-object-magic-perl_0.05-3.dsc 2.4 KiB abdf3e8d451479e5b28501a7e3cdc88f41ceeec81d5337cc0d5d50de73b181f7
libxs-object-magic-perl_0.05.orig.tar.gz 104.4 KiB 3dc9e460cee92e11744062754643a33778ca52a54d205fcaffa4ab0f3cf15e5a
libxs-object-magic-perl_0.05-3.debian.tar.xz 2.7 KiB 6783205a5a9c217fd86a65c38e738a8a271894942ee4eb0dcea51db6260472a1

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