libinline-python-perl 0.56-2build1 source package in Ubuntu

Changelog

libinline-python-perl (0.56-2build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:03:56 +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

Downloads

File Size SHA-256 Checksum
libinline-python-perl_0.56.orig.tar.gz 56.9 KiB ae2c437f367160ecfd6f8d6c6fe027ea6754feaa27648971c4a74e7fe934d95f
libinline-python-perl_0.56-2build1.debian.tar.xz 2.6 KiB 3d2fbf0c62693aca8ac1e93b478d6ea7adcceaa24ba3c2bb51e04f567322391f
libinline-python-perl_0.56-2build1.dsc 2.3 KiB dce572d7ee6f2f68bc700b895341be46014d1911c25b574bc8c7303095f6237f

Available diffs

View changes file

Binary packages built by this source

libinline-python-perl: module to write Perl subs and classes in Python

 The Inline::Python module allows one to write Perl subroutines in Python. One
 doesn't have to use any funky techniques for sharing most types of data
 between the two languages, either. Inline::Python comes with its own data
 translation service. It converts any Python structures it knows about into
 Perl structures, and vice versa.
 .
 Inline::Python sets up an in-process Python interpreter, runs the code, and
 then examines Python's symbol table for things to bind to Perl. The process
 of interrogating the Python interpreter for globals only occurs the first
 time the Python code is run. The namespace is cached, and subsequent calls
 use the cached version.

libinline-python-perl-dbgsym: debug symbols for libinline-python-perl