File: control

package info (click to toggle)
libipc-shareable-perl 0.61-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 248 kB
  • sloc: perl: 925; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libipc-shareable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
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

Package: libipc-shareable-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
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.