Source: libipc-shareable-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libjson-perl , libmock-sub-perl , libstring-crc32-perl , libtest-sharedfork-perl , perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libipc-shareable-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libipc-shareable-perl.git Homepage: https://metacpan.org/release/IPC-Shareable Rules-Requires-Root: no Package: libipc-shareable-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libjson-perl, libstring-crc32-perl Description: module to access IPC shared memory segments through perl This perl module provides a tie() interface to System V IPC shared memory segments. . IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data structures - including references to arrays, hashes of hashes, etc.