File: control

package info (click to toggle)
libdbix-class-tree-perl 0.03003-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 1,554; sql: 8; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,369 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
26
27
28
29
30
31
32
33
34
35
Source: libdbix-class-tree-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdbd-sqlite3-perl <!nocheck>,
                     libdbix-class-perl <!nocheck>,
                     libmodule-install-perl,
                     libmodule-install-readmefrompod-perl,
                     libtest-exception-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-tree-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-tree-perl.git
Homepage: https://metacpan.org/release/DBIx-Class-Tree
Rules-Requires-Root: no

Package: libdbix-class-tree-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbix-class-perl
Description: module to manipulate and anaylze tree structured data
 DBIx::Class::Tree provides the tools to represent, modify, and analyze trees
 of data with DBIx::Class.
 .
 COMPONENTS
 .
 DBIx::Class::Tree::AdjacencyList
  Manage a tree of data using the common adjacency list model.
 .
 DBIx::Class::Tree::AdjacencyList::Ordered
  Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together.