File: control

package info (click to toggle)
libtree-multinode-perl 1.0.10-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 36 kB
  • ctags: 2
  • sloc: makefile: 7
file content (17 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libtree-multinode-perl
Section: perl
Priority: optional
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5)
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/~krburton/

Package: libtree-multinode-perl
Architecture: all
Depends: ${perl:Depends}
Description: a multi node tree object
 Tree::MultiNode, Tree::MultiNode::Node, and MultiNode::Handle
 of objects are written to model the Tree heirarchical 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.