File: control

package info (click to toggle)
librose-db-object-perl 1%3A0.822-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,416 kB
  • sloc: perl: 79,681; sql: 28; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 1,839 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
36
37
38
39
40
41
Source: librose-db-object-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libbit-vector-perl <!nocheck>,
                     libclone-perl <!nocheck>,
                     libdatetime-perl <!nocheck>,
                     libdbd-sqlite3-perl <!nocheck>,
                     libdbi-perl <!nocheck>,
                     librose-db-perl <!nocheck>,
                     librose-object-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-memory-cycle-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtime-clock-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librose-db-object-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librose-db-object-perl.git
Homepage: https://metacpan.org/release/Rose-DB-Object

Package: librose-db-object-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbit-vector-perl,
         libclone-perl,
         libdatetime-perl,
         libdbi-perl,
         librose-db-perl,
         librose-object-perl,
         libscalar-list-utils-perl,
         libtime-clock-perl
Description: framework providing an extensible high-performance ORM
 Rose::DB::Object is a base class for objects that encapsulate a single row in
 a database table. By deriving objects from this module, you get a simple API
 for manipulating database tuples. This module inherits from, and follows the
 convention of, Rose::Object. See the manual for Rose::Object or the tutorial,
 Rose::DB::Object::Tutorial, for details.