File: control

package info (click to toggle)
libforest-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 316 kB
  • sloc: perl: 3,070; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,142 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
Source: libforest-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-exception-perl, libpath-class-perl,
 libmoosex-attributehelpers-perl, libmoose-perl (>= 0.90), libtest-pod-perl,
 libmoosex-clone-perl (>= 0.05)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Forest/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libforest-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libforest-perl/

Package: libforest-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl,
 libmoose-perl (>= 0.90), libmoosex-clone-perl (>= 0.05)
Description: collection of N-ary tree related modules
 Forest is a collection of Perl modules implementing a generalized N-ary tree
 data structure. It also includes several modules useful for manipulating this
 data, including loading data from file, indexing it in memory, and writing it
 back out to files (in various formats).