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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
Source: uriparser
Section: libs
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
debhelper (>= 12),
dh-exec (>=0.3)
Build-Depends-Indep:
cmake,
doxygen,
graphviz,
qttools5-dev-tools,
qtbase5-dev,
libgtest-dev,
libqt5sql5-sqlite
Standards-Version: 4.4.0
Homepage: http://uriparser.sourceforge.net
Vcs-Git: git://jff.email/opt/git/uriparser.git
Vcs-Browser: https://jff.email/cgit/uriparser.git
Package: liburiparser1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Pre-Depends:
${misc:Pre-Depends}
Description: URI parsing library compliant with RFC 3986
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://www.debian.org/ or
urn:isbn:0-395-36341-1.
.
uriparser has the following features:
.
* strictly compliant to RFC 3986, implementing:
+ parsing
+ reference resolution
+ reference creation
+ recomposition
+ syntax-based normalization
* fast (linear input length time complexity)
* unicode support
Package: liburiparser-dev
Architecture: any
Section: libdevel
Depends:
liburiparser1 (= ${binary:Version}),
${misc:Depends}
Description: development files for uriparser
This package provides the development files for uriparser, a library to parse
Uniform Resource Identifiers (URIs). Install it if you want to compile a
program that makes use of this library.
Package: liburiparser-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Description: documentation files for uriparser
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://www.debian.org/ or
urn:isbn:0-395-36341-1. This package provides the documentation
files for uriparser.
|