File: control

package info (click to toggle)
libforest-perl 0.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: perl: 3,257; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
Source: libforest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libtest-exception-perl,
                     libpath-class-perl,
                     libmoose-perl (>= 2.0000),
                     libtest-pod-perl,
                     libmoosex-clone-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libforest-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libforest-perl.git
Homepage: https://metacpan.org/release/Forest/

Package: libforest-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libmoose-perl (>= 2.0000),
         libmoosex-clone-perl
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).