File: control

package info (click to toggle)
libmqdb-perl 0.954-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 100 kB
  • ctags: 62
  • sloc: perl: 591; makefile: 15
file content (21 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
Source: libmqdb-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libdbd-mysql-perl (>= 3.0005),
  libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.51)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>
Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmqdb-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmqdb-perl/
Homepage: http://search.cpan.org/dist/MQdb/

Package: libmqdb-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdbd-mysql-perl (>= 3.0005),
  libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.51)
Description: MappedQueryDB toolkit for federated databases
 MQdb.pm is a base toolkit for working with relational databases in the
 context of a federation of object databases. It provides some base federation
 support and a variation on an Object-relational-mapped template model.