forked from etr/libhttpserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol.in
More file actions
43 lines (40 loc) · 1.32 KB
/
control.in
File metadata and controls
43 lines (40 loc) · 1.32 KB
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
Source: libhttpserver
Section: libs
Priority: optional
Maintainer: Sebastiano Merlino <electrictwister2000@gmail.com>
Build-Depends: cdbs, dh-exec(>=0.3), debhelper(>=9)
Depends: libmicrohttpd10(>= 0.9.7), libstdc++6
Standards-Version: @VERSION@
Vcs-Git: git://github.com/etr/libhttpserver.git
Vcs-browser: https://github.com/etr/libhttpserver.git
Homepage: https://github.com/etr/libhttpserver
Package: libhttpserver
Architecture: any
Installed-Size:
Depends: ${misc:Depends}, ${shlibs:Depends}
Description:
library embedding RESTful HTTP server functionality
libhttpserver is a small C++ library for embedding RESTful HTTP server functionality into
applications.
.
This package includes libraries.
Package: libhttpserver-dbg
Section: debug
Architecture: any
Installed-Size:
Depends: ${misc:Depends}, ${shlibs:Depends}, libmicrohttpd-dbg(>= 0.9.7), libstdc++6
Description:
library embedding RESTful HTTP server functionality (debug)
libhttpserver is a small C++ library for embedding RESTful HTTP server functionality into
applications.
.
This package contains the debugging symbols.
Package: libhttpserver-dev
Section: libdevel
Architecture: any
Installed-Size:
Depends: ${misc:Depends}, ${shlibs:Depends}, libmicrohttpd-dev(>= 0.9.7), libstdc++6
Description:
The libhttpserver library .
.
This package contains the development files.