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

Changelog

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

  * No-change rebuild for python3.12 t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 21:10:56 +0100

Upload details

Uploaded by:
Matthias Klose
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-1build4.debian.tar.xz 3.1 KiB 00e1b872e7292b92678a5146e5aadff1e424629470063c4fdd3ff855f56e3a53
libinline-python-perl_0.57-1build4.dsc 2.3 KiB cb9882cb4a9b507e8bef68a36d97af674e5066141838d3f92c0a96da061d8dfb

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