Merge tag 'upstream/0.22'
[liburi-template-perl.git] / debian / control
1 Source: liburi-template-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Ian Beckwith <ianb@debian.org>
5 Build-Depends: debhelper (>= 8)
6 Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7)
7 Standards-Version: 3.9.5
8 Homepage: http://search.cpan.org/dist/URI-Template/
9 Vcs-Browser: http://erislabs.net/gitweb?p=liburi-template-perl.git
10 Vcs-Git: git://erislabs.net/liburi-template-perl
11
12 Package: liburi-template-perl
13 Architecture: all
14 Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl
15 Description: handle URI templates in perl
16  This module provides a wrapper around URI templates as described at
17  http://bitworking.org/projects/URI-Templates/
18  .
19  URI Templates are strings that are transformed into URIs after
20  embedded variables are expanded.