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

Changelog

libinline-python-perl (0.57-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as default

 -- Graham Inggs <email address hidden>  Sun, 25 Dec 2022 20:11:29 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libinline-python-perl_0.57.orig.tar.gz 59.8 KiB fd330eb1e6d183f4247f9e9e598558af461051fd42067b2dcd1854dce51400a1
libinline-python-perl_0.57-1build1.debian.tar.xz 3.0 KiB 972e14b84c1b004cd4615e5d7b37ee5fdeeb4e9b24125e910b48308d5c47141d
libinline-python-perl_0.57-1build1.dsc 2.3 KiB 0e521835217dabc33b444375749c1063c652d68536b53781f0dc60a58bf25ee7

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