libnativecall-perl 0.006-3 source package in Ubuntu

Changelog

libnativecall-perl (0.006-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

  [ Damyan Ivanov ]
  * whitelist yet another run-time warning caused by FFI::Platypus
    fixes autopkgtest failure
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.

 -- Damyan Ivanov <email address hidden>  Thu, 16 Jun 2022 20:39:55 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnativecall-perl_0.006-3.dsc 2.1 KiB 50947428fe160831dcc686771d74cda75840b0dbac824ef6337a44c7692d84b0
libnativecall-perl_0.006.orig.tar.gz 3.4 KiB ec72298dbfe23b57bcb216c28540bf81bbccf114f489e54ace41ac64916a49db
libnativecall-perl_0.006-3.debian.tar.xz 2.4 KiB 2b36a469a256af5957a368b612c970d97a53d694a130c7b0b2cafd69eba51eae

Available diffs

No changes file available.

Binary packages built by this source

libnativecall-perl: Perl 5 interface to foreign functions in Perl code without XS

 The NativeCall module calls into dynamic libraries that follow the C calling
 convention in order to write simple library bindings.
 .
 It mimics the NativeCall module and interface from Perl 6.
 .
 Under the hood, it uses FFI::Platypus, inheritance and attributes.