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.
|