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.
|