summaryrefslogtreecommitdiff
path: root/debian/control
blob: 23d53bbd32e69e4a44ab0e87a67c9a585723d008 (plain)
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
Source: libtangence-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libfuture-perl,
                     libparser-mgc-perl (>= 0.04),
                     libscalar-list-utils-perl,
                     libstruct-dumb-perl (>= 0.09),
                     libtest-fatal-perl (>= 0.006),
                     libtest-hexstring-perl,
                     libtest-identity-perl,
                     libtest-memory-cycle-perl,
                     libtest-memorygrowth-perl,
                     libtest-refcount-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtangence-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtangence-perl.git
Homepage: https://metacpan.org/release/Tangence

Package: libtangence-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfuture-perl,
         libparser-mgc-perl (>= 0.04),
         libscalar-list-utils-perl,
         libstruct-dumb-perl
Description: attribute-oriented server/client object remoting framework
 Like CORBA only much smaller, lighter, and with heavy emphasis on attributes
 of remoted objects, including notifications of modification and atomic update
 operations.