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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
Source: libur-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
libmodule-build-perl
Build-Depends-Indep: perl,
libclass-autoloadcan-perl,
libclass-autouse-perl,
libclass-inspector-perl,
libclone-pp-perl,
libdata-uuid-libuuid-perl,
libdata-compare-perl,
libdevel-globaldestruction-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libfreezethaw-perl,
libgetopt-complete-perl,
libjson-perl,
liblingua-en-inflect-perl,
liblist-moreutils-perl,
libmodule-runtime-perl,
libmro-compat-perl,
libnet-httpserver-perl,
libossp-uuid-perl,
libpath-class-perl,
libplack-perl,
libsub-install-perl,
libsub-name-perl,
libtemplate-perl,
libtest-deep-perl,
libtest-exception-perl,
libtest-fatal-perl,
libtest-fork-perl,
libtext-diff-perl,
libtext-glob-perl,
libxml-dumper-perl,
libxml-libxml-perl,
libxml-libxslt-perl,
libyaml-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libur-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libur-perl.git
Homepage: https://metacpan.org/release/UR
Package: libur-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-autoloadcan-perl,
libclass-autouse-perl,
libclass-inspector-perl,
libclone-pp-perl,
libdata-uuid-libuuid-perl,
libdata-compare-perl,
libdevel-globaldestruction-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libfreezethaw-perl,
libgetopt-complete-perl,
libjson-perl,
liblingua-en-inflect-perl,
liblist-moreutils-perl,
libmodule-runtime-perl,
libmro-compat-perl,
libossp-uuid-perl,
libpath-class-perl,
libplack-perl,
libsub-install-perl,
libsub-name-perl,
libtemplate-perl,
libtest-exception-perl,
libtest-fork-perl,
libtext-diff-perl,
libtext-glob-perl,
libyaml-perl
Recommends: libnet-httpserver-perl,
libxml-dumper-perl,
libxml-libxml-perl,
libxml-libxslt-perl
Description: object/relation mapper library
UR is a class framework and object/relational mapper for Perl. It starts with
the familiar Perl meme of the blessed hash reference as the basis for object
instances, and extends its capabilities with ORM (object-relational mapping)
capabilities, object cache, in-memory transactions, more formal class
definitions, metadata, documentation system, iterators, command line tools,
etc.
.
UR can handle multiple column primary and foreign keys, SQL joins involving
class inheritance and relationships, and does its best to avoid querying the
database unless the requested data has not been loaded before. It has support
for SQLite, Oracle, MySQL and Postgres databases, and the ability to use a
text file as a table.
.
UR uses the same syntax to define non-persistent objects, and supports
in-memory transactions for both.
|