File: control

package info (click to toggle)
liburi-db-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 320 kB
  • ctags: 125
  • sloc: perl: 1,338; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,151 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
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 (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: liburi-nested-perl,
                     liburi-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liburi-db-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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.