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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: libsql-translator-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>,
Ryan Niebur <ryan@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
perl,
libcarp-clan-perl,
libclass-makemethods-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libfile-sharedir-perl,
libgd-perl,
libgraph-perl,
libgraphviz-perl,
libjson-perl,
liblist-moreutils-perl,
libmoo-perl (>= 1.000003),
libpackage-variant-perl,
libparse-recdescent-perl (>= 1.967009),
libspreadsheet-parseexcel-perl,
libtemplate-perl,
libtest-differences-perl,
libtest-exception-perl (>= 0.31),
libtest-pod-perl,
libtext-recordparser-perl,
libtry-tiny-perl,
libxml-libxml-perl,
libxml-writer-perl,
libyaml-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsql-translator-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsql-translator-perl.git
Homepage: http://sqlfairy.sourceforge.net/
Package: libsql-translator-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcarp-clan-perl,
libclass-makemethods-perl,
libdbi-perl,
libfile-sharedir-perl,
liblist-moreutils-perl,
libmoo-perl (>= 1.000003),
libpackage-variant-perl,
libparse-recdescent-perl (>= 1.967009),
libtry-tiny-perl
Recommends: libcgi-pm-perl | perl (<< 5.19),
libgd-perl,
libgraph-perl,
libgraphviz-perl,
libspreadsheet-parseexcel-perl,
libtemplate-perl,
libtext-recordparser-perl,
libxml-libxml-perl
Conflicts: sqlfairy
Provides: sqlfairy
Replaces: sqlfairy
Description: SQL translation library
SQL::Translator (also known as SQL Fairy) is a collection of Perl modules
for manipulating structured data definitions (mostly database schemas). It
can perform tasks like converting between different SQL data definition
language (DDL) dialects, visualizations of schemas (pseudo-ER diagrams
created with GD or GraphViz), converting non-RDBMS files to SQL schemas
(xSV text files, Excel spreadsheets), serializing parsed schemas (via
Storable, YAML and XML), creating documentation, and more.
|