libinline-python-perl 0.57-1build3 source package in Ubuntu

Changelog

libinline-python-perl (0.57-1build3) noble; urgency=medium

  * No-change rebuild with Python 3.12 as default

 -- Graham Inggs <email address hidden>  Fri, 19 Jan 2024 20:00:00 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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.57.orig.tar.gz 59.8 KiB fd330eb1e6d183f4247f9e9e598558af461051fd42067b2dcd1854dce51400a1
libinline-python-perl_0.57-1build3.debian.tar.xz 3.0 KiB 51f9681bc63c277e580f4e67c8ca2d4943724a996ab0ef89dec0ac02d5d86437
libinline-python-perl_0.57-1build3.dsc 2.3 KiB f7b176051f46c356e8e99693ef98f6ef082b6d484fbdf795a366abf7433ecee5

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