1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libpg-perl
Priority: optional
Section: perl
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Martin Pitt <mpitt@debian.org>, Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 11), libpq-dev
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/postgresql/libpg-perl.git
Vcs-Browser: https://salsa.debian.org/postgresql/libpg-perl
Package: libpg-perl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl modules for PostgreSQL
This library enables Perl scripts to communicate with the PostgreSQL database
backend.
.
Perl is a widely used scripting language, which is always installed in Debian
systems.
|