File: control

package info (click to toggle)
restinio 0.6.19%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,184 kB
  • sloc: cpp: 110,712; ruby: 2,612; makefile: 22; sh: 21
file content (33 lines) | stat: -rw-r--r-- 1,130 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
32
33
Source: restinio
Priority: optional
Maintainer: Amin Bandali <bandali@gnu.org>
Uploaders: 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,
               rapidjson-dev,
               zlib1g-dev
Standards-Version: 4.6.2
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.