mirror of https://github.com/sipwise/lua-uri.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
Source: lua-uri
|
|
Section: interpreters
|
|
Priority: optional
|
|
Maintainer: Sipwise Development Team <support@sipwise.com>
|
|
Build-Depends: debhelper (>= 8~), dh-lua (>= 16~)
|
|
Standards-Version: 3.9.4
|
|
Vcs-Git: git://git.debian.org/git/pkg-lua/lua-uri.git
|
|
Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-uri.git
|
|
Homepage: http://www.geoffrichards.co.uk/lua/uri/
|
|
|
|
Package: lua-uri
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc: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: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.
|
|
.
|
|
This package contains examples and test files.
|