File: control

package info (click to toggle)
libdbix-searchbuilder-perl 1.67-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 824 kB
  • ctags: 615
  • sloc: perl: 9,489; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,656 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
42
Source: libdbix-searchbuilder-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
 libcache-simple-timedexpiry-perl,
 libclass-accessor-perl,
 libclass-returnvalue-perl,
 libclone-perl,
 libdbd-sqlite3-perl,
 libdbix-dbschema-perl,
 libdevel-symdump-perl,
 libtest-pod-perl,
 libwant-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
 gregor herrmann <gregoa@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>,
 Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/DBIx-SearchBuilder
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbix-searchbuilder-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbix-searchbuilder-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libdbix-searchbuilder-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcache-simple-timedexpiry-perl,
 libclass-accessor-perl,
 libclass-returnvalue-perl,
 libclone-perl,
 libdbd-pg-perl | libdbd-mysql-perl | libdbd-sqlite3-perl | libdbd-odbc-perl |
 libdbd-sqlite2-perl | libdbd-informix-perl | libdbd-sybase-perl | libdbd-oracle-perl,
 libdbix-dbschema-perl,
 libwant-perl
Description: Perl implementation of a simple ORM
 DBIx::SearchBuilder is a simple implementation of an Object-Relational Mapper
 (ORM). It provides an object-oriented mechanism for retrieving and updating
 data in a DBI-accessible database. This module is similar in nature to other,
 more popular, solutions like Rose::DB::Object (see librose-db-object-perl) and
 DBIx::Class (libdbix-class-perl).