File: control

package info (click to toggle)
liburi-db-perl 0.19-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 336 kB
  • sloc: perl: 1,437; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,153 bytes parent folder | download | duplicates (2)
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
Source: liburi-db-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11),
               libmodule-build-perl,
               perl
Build-Depends-Indep: liburi-nested-perl,
                     liburi-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liburi-db-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liburi-db-perl.git
Homepage: https://metacpan.org/release/URI-db
Testsuite: autopkgtest-pkg-perl

Package: liburi-db-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liburi-nested-perl,
         liburi-perl
Description: module to support database URI standard
 URI::db provides a Perl interface for a proposed standard for database
 connection URIs. They're inspired by JDBC URIs and PostgreSQL URIs, though
 they're a bit more formal. The specification for their format is documented
 in <https:/github.com/theory/db-uri/>.
 .
 This library also includes an interface to convert database URIs to DBI DSNs.