File: control

package info (click to toggle)
restinio 0.6.16-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,204 kB
  • sloc: cpp: 220,222; ansic: 13,569; ruby: 2,618; python: 993; asm: 954; makefile: 676; sh: 21; xml: 1
file content (31 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download
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
Source: restinio
Priority: optional
Maintainer: Felix Salfelder <felix@salfelder.org>
Build-Depends: catch2,
               cmake,
               debhelper-compat (= 13),
               libasio-dev,
               libboost-dev,
               libboost-regex-dev,
               libfmt-dev,
               libhttp-parser-dev,
               libpcre2-dev,
               libssl-dev,
               zlib1g-dev
Standards-Version: 4.5.1
Section: libs
Homepage: https://github.com/Stiffstream/restinio
Vcs-Browser: https://salsa.debian.org/debian/restinio
Vcs-Git: https://salsa.debian.org/debian/restinio.git
Rules-Requires-Root: no

Package: librestinio-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libfmt-dev, libhttp-parser-dev, ${misc:Depends}
Description: restinio implements an embedded HTTP/Websocket server
 It is based on standalone version of ASIO and targeted primarily for
 asynchronous processing of HTTP-requests.
 Since v.0.4.1 Boost::ASIO (1.66 or higher) is also supported
 This package contains a header-only C++14 library.