File: control

package info (click to toggle)
libipc-pubsub-perl 0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 160 kB
  • ctags: 176
  • sloc: perl: 1,471; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 976 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
Source: libipc-pubsub-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0), libossp-uuid-perl,
 libclass-accessor-perl, libdbm-deep-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/IPC-PubSub/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libipc-pubsub-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libipc-pubsub-perl/

Package: libipc-pubsub-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libossp-uuid-perl,
 libclass-accessor-perl, libdbm-deep-perl
Description: Interprocess Publish/Subscribe channels
 IPC::PubSub provides a simple API for publishing messages to channels
 and for subscribing to them.
 .
 When a message is published on a channel, all subscribers currently in
 that channel will get it on their next get or get_all call.