File: control

package info (click to toggle)
liburi-nested-perl 0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 227; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,067 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
Source: liburi-nested-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-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: liburi-perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liburi-nested-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liburi-nested-perl.git
Homepage: https://metacpan.org/release/URI-Nested
Testsuite: autopkgtest-pkg-perl

Package: liburi-nested-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liburi-perl
Multi-Arch: foreign
Description: module for handling nested URIs
 The URI::Nested module provides support for nested URIs, where the scheme is
 a prefix, and the remainder of the URI is another URI. Examples include JDBC
 URIs (<http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB>)
 and database URIs (<https://github.com/theory/uri-db>).