-
Notifications
You must be signed in to change notification settings - Fork 0
/
control
56 lines (52 loc) · 1.92 KB
/
control
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
Source: qhttpengine
Section: libs
Priority: extra
Maintainer: Nathan Osman <[email protected]>
Build-Depends: debhelper (>= 9),
cmake (>= 3.2),
qtbase5-dev (>= 5.4),
doxygen,
libjs-jquery
Standards-Version: 4.1.0
Homepage: https://github.com/nitroshare/qhttpengine
Package: libqhttpengine1
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: HTTP server for Qt applications
QHttpEngine provides a set of classes that enable Qt applications to create an
HTTP server capable of serving static files and exposing a public API.
.
This package provides the shared library required by applications at runtime.
Package: libqhttpengine-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libqhttpengine1 (= ${binary:Version})
Description: HTTP server for Qt applications - development files
QHttpEngine provides a set of classes that enable Qt applications to create an
HTTP server capable of serving static files and exposing a public API.
.
This package provides the files necessary for developing applications that use
the library.
Package: libqhttpengine-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
libjs-jquery
Description: HTTP server for Qt applications - documentation
QHttpEngine provides a set of classes that enable Qt applications to create an
HTTP server capable of serving static files and exposing a public API.
.
This package contains the documentation for the library.
Package: libqhttpengine-examples
Section: x11
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libjs-jquery
Description: HTTP server for Qt applications - examples
QHttpEngine provides a set of classes that enable Qt applications to create an
HTTP server capable of serving static files and exposing a public API.
.
This package provides a set of examples that use the library.