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 34 35
|
Source: lua-uri
Section: interpreters
Priority: optional
Maintainer: Victor Seva <linuxmaniac@torreviejawireless.org>
Build-Depends: debhelper (>= 8~),
dh-lua (>= 16~)
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-lua/lua-uri.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-lua/lua-uri.git
Homepage: http://www.geoffrichards.co.uk/lua/uri/
Package: lua-uri
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: pure Lua library to normalize and validate URIs/URLs
Provides methods for manipulating URIs in various ways.
In particular, you can resolve relative URI references
to create absolute URIs, and extract parts of URIs.
Package: lua-uri-dev
Section: libdevel
Architecture: any
Depends: lua-uri (= ${binary:Version}),
${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: examples and test files for lua-uri
Provides methods for manipulating URIs in various ways.
In particular, you can resolve relative URI references
to create absolute URIs, and extract parts of URIs.
.
This package contains examples and test files.
|