File: control

package info (click to toggle)
libipc-shareable-perl 0.61-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 248 kB
  • ctags: 58
  • sloc: perl: 925; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,170 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
Source: libipc-shareable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libipc-shareable-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.