File: control

package info (click to toggle)
libalzabo-perl 0.86-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,116 kB
  • ctags: 767
  • sloc: perl: 14,549; makefile: 46
file content (18 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libalzabo-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), libmodule-build-perl, libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl
Standards-Version: 3.6.1.0

Package: libalzabo-perl
Architecture: all
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.