File: control

package info (click to toggle)
libtangram-perl 2.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,308 kB
  • ctags: 734
  • sloc: perl: 10,260; makefile: 9
file content (42 lines) | stat: -rw-r--r-- 1,774 bytes parent folder | download
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: libtangram-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christian Sánchez <csanchez@unplug.org.ve>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libdatetime-perl,
                     libdbi-perl,
                     libset-object-perl,
                     libyaml-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtangram-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtangram-perl.git
Homepage: https://metacpan.org/release/Tangram

Package: libtangram-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libset-object-perl,
         libdbi-perl
Recommends: libdate-manip-perl,
            libdatetime-perl,
            libyaml-perl
Description: Orthogonal Object Persistence in Relational Databases
 Tangram is an object-relational mapper. It makes objects persist in
 relational databases, and provides powerful facilities for retrieving
 and filtering them. Tangram fully supports object-oriented programming,
 including polymorphism, multiple inheritance and collections.
 It does so in an orthogonal fashion, that is, it doesn't require
 your classes to implement support functions nor inherit from a utility class.
 .
 Tangram builds upon DBI, so you'll need to install DBI and at least
 one DBD driver if that is not done already. You will also need
 Set::Object. These modules are available from CPAN.
 .
 If you intend to run the regression tests (recommended), you will
 also need to prepare an empty database before starting the installation
 procedure.