File: control

package info (click to toggle)
libipc-sharelite-perl 0.09-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 188 kB
  • ctags: 83
  • sloc: sh: 3,021; ansic: 424; perl: 186; makefile: 35
file content (16 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libipc-sharelite-perl
Maintainer: Jay Bonci <jaybonci@debian.org>
Section: perl
Priority: optional
Standards-Version: 3.6.1.0
Build-Depends: perl (>= 5.8.0-7), debhelper (>= 4.0)

Package: libipc-sharelite-perl
Architecture: any
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.