File: control

package info (click to toggle)
libanyevent-dbd-pg-perl 0.03-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 208 kB
  • sloc: perl: 2,186; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,122 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
Source: libanyevent-dbd-pg-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libanyevent-perl,
               libcommon-sense-perl,
               libdbd-pg-perl,
               libdbi-perl,
               liblib-abs-perl,
               libmodule-install-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-dbd-pg-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-dbd-pg-perl.git
Homepage: https://metacpan.org/release/AnyEvent-DBD-Pg

Package: libanyevent-dbd-pg-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libanyevent-perl,
         libcommon-sense-perl,
         libdbd-pg-perl,
         libdbi-perl,
         liblib-abs-perl
Description: AnyEvent interface to DBD::Pg's async interface
 AnyEvent::DBD::Pg can be used inside AnyEvent application to
 access PostgreSQL database in non-blocking mode.