File: control

package info (click to toggle)
libalzabo-perl 0.92-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,196 kB
  • ctags: 794
  • sloc: perl: 15,060; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,696 bytes parent folder | download | duplicates (2)
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: libalzabo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libexception-class-perl,
                     libparams-validate-perl,
                     libtie-ixhash-perl,
                     libdbd-pg-perl,
                     libclass-factory-util-perl,
                     libdbd-mysql-perl,
                     libdbi-perl,
                     libfile-find-rule-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalzabo-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalzabo-perl.git
Homepage: https://metacpan.org/release/Alzabo

Package: libalzabo-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libexception-class-perl,
         libparams-validate-perl,
         libtie-ixhash-perl,
         libdbd-pg-perl,
         libclass-factory-util-perl,
         libdbd-mysql-perl,
         libdbi-perl
Description: Data modelling tool and RDBMS-OO mapper
 Alzabo is a suite of modules with two core functions. Its first use is as a 
 data modelling tool. Through either a schema creation GUI, a perl program, or
 reverse engineering, you can create a set objects to represent a schema.
 .
 Its second function is as an RDBMS to object mapping system. Once you have 
 created a schema, you can use the Alzabo::Runtime::Table and 
 Alzabo::Runtime::Row classes to access its data.