File: control

package info (click to toggle)
libipc-sharelite-perl 0.08-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 168 kB
  • ctags: 86
  • sloc: sh: 2,861; ansic: 424; perl: 186; makefile: 42
file content (16 lines) | stat: -rw-r--r-- 618 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: Christopher C. Chimelis <chris@debian.org>
Section: interpreters
Priority: optional
Standards-Version: 3.5.6.0
Build-Depends: perl (>= 5.6.0-16), debhelper (>= 3.0.18)

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.