File: control

package info (click to toggle)
liburi-template-perl 0.22-0.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 122
  • sloc: perl: 1,562; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: liburi-template-perl
Section: perl
Priority: optional
Maintainer: Ian Beckwith <ianb@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7)
Standards-Version: 3.9.5
Homepage: http://search.cpan.org/dist/URI-Template/
Vcs-Browser: http://erislabs.net/gitweb?p=liburi-template-perl.git
Vcs-Git: git://erislabs.net/liburi-template-perl

Package: liburi-template-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl
Description: handle URI templates in perl
 This module provides a wrapper around URI templates as described at
 http://bitworking.org/projects/URI-Templates/
 .
 URI Templates are strings that are transformed into URIs after
 embedded variables are expanded.