File: control

package info (click to toggle)
libanyevent-dbd-pg-perl 0.03-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 212 kB
  • ctags: 149
  • sloc: perl: 2,186; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,118 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: Dmitry E. Oboukhov <unera@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8),
               libanyevent-perl,
               libcommon-sense-perl,
               libdbd-pg-perl,
               libdbi-perl,
               liblib-abs-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-dbd-pg-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-dbd-pg-perl.git
Homepage: https://metacpan.org/release/AnyEvent-DBD-Pg
Testsuite: autopkgtest-pkg-perl

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.