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
|
Source: restbed
Section: libs
Priority: extra
Maintainer: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
cmake,
libasio-dev,
libssl-dev
Standards-Version: 3.9.8
Homepage: https://github.com/Corvusoft/restbed
Vcs-Git: https://salsa.debian.org/debian/restbed.git
Vcs-Browser: https://salsa.debian.org/debian/restbed
Package: librestbed-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
librestbed0 (=${binary:Version})
Provides: librestbed-dev
Description: asynchronous REST C++11 library - dev package
Restbed is a comprehensive and consistent programming model for
building applications that require seamless and secure
communication over HTTP, with the ability to model a range of
business processes, designed to target mobile, tablet, desktop
and embedded production environments.
.
This package contains the static library and headers.
Package: librestbed0
Architecture: any
Provides: librestbed0
Depends: ${shlibs:Depends},
${misc:Depends}
Description: asynchronous REST C++11 library
Restbed is a comprehensive and consistent programming model for
building applications that require seamless and secure
communication over HTTP, with the ability to model a range of
business processes, designed to target mobile, tablet, desktop
and embedded production environments.
|