File: control

package info (click to toggle)
libtree-multinode-perl 1.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: perl: 599; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 968 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: libtree-multinode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera@debian.org>,
           Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtree-multinode-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtree-multinode-perl.git
Homepage: https://metacpan.org/release/Tree-MultiNode

Package: libtree-multinode-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: multi node tree object
 Tree::MultiNode, Tree::MultiNode::Node, and MultiNode::Handle
 of objects are written to model the Tree hierarchical structure.
 Each child object can be the tree itself. The tree has no
 internal sorting, though all operations perserve the order
 of the child nodes.