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~),
               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.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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. 

