File: control

package info (click to toggle)
libperl6-junction-perl 1.40000-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 116 kB
  • ctags: 72
  • sloc: perl: 593; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,019 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
Source: libperl6-junction-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregor+debian@comodo.priv.at>,
 Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Perl6-Junction/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libperl6-junction-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl6-junction-perl/

Package: libperl6-junction-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description:  Perl6 style Junction operators in Perl5
 Perl6::Junction is a lightweight module which provides 'Junction' operators,
 the most commonly used being any and all.
 .
 Inspired by the Perl6 design docs, 
 http://dev.perl.org/perl6/doc/design/exe/E06.html.
 .
 Provides a limited subset of the functionality of Quantum::Superpositions.