File: control

package info (click to toggle)
liburi-db-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 312 kB
  • ctags: 122
  • sloc: perl: 1,244; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,076 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
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 (>= 8),
               perl
Build-Depends-Indep: liburi-nested-perl,
                     liburi-perl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liburi-db-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liburi-db-perl.git
Homepage: https://metacpan.org/release/URI-db

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.