File: control

package info (click to toggle)
libipc-sharelite-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 106
  • sloc: ansic: 585; perl: 436; makefile: 15
file content (22 lines) | stat: -rw-r--r-- 991 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
Source: libipc-sharelite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
 Martín Ferrari <tincho@debian.org>, 
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Section: perl
Priority: optional
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/IPC-ShareLite/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libipc-sharelite-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libipc-sharelite-perl/
Build-Depends: perl (>= 5.8.0-7), debhelper (>= 7), libtest-pod-perl

Package: libipc-sharelite-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl module that provides a simple interface to shared memory 
 IPC::ShareLite provides a simple interface to shared memory, allowing
 data to be efficiently communicated between processes. Your operating
 system must support SysV IPC (shared memory and semaphores) in order to
 use this module.