File: control

package info (click to toggle)
liburi-todisk-perl 1.12-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: perl: 1,083; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,402 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
30
31
32
33
Source: liburi-todisk-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libclone-perl,
                     libparams-util-perl,
                     liburi-perl,
                     libtest-pod-perl,
                     libtest-minimumversion-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liburi-todisk-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liburi-todisk-perl.git
Homepage: https://metacpan.org/release/URI-ToDisk

Package: liburi-todisk-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclone-perl,
         liburi-perl,
         libparams-util-perl
Description: module to provide mapping between URIs and on-disk storage
 URI::ToDisk is a Perl module which provides an object that can easily map
 between Uniform Resource Identifiers (URIs) and on-disk storage. In several
 processes relating to working with the web, one may need to keep track of an
 area on disk which maps to a particular URI.
 .
 Using this information, the module can derive both a filesystem path and URI
 for any file or directory in this location that one might need to work with.