2016-09-19 11:50:08 +08:00
Source: cpprestsdk
2020-04-30 15:46:36 +08:00
Version: 2.10.16
2020-02-27 05:57:43 +08:00
Build-Depends: openssl (!uwp&!windows), boost-system (!uwp&!windows),
2019-08-24 01:20:18 +08:00
boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows),
2020-02-27 05:57:43 +08:00
boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows),
2019-08-24 01:20:18 +08:00
boost-asio (!uwp&!windows)
2019-06-16 07:54:47 +08:00
Homepage: https://github.com/Microsoft/cpprestsdk
2016-09-19 11:50:08 +08:00
Description: C++11 JSON, REST, and OAuth library
2017-09-09 15:12:54 +08:00
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
2018-12-01 08:48:21 +08:00
Default-Features: default-features
Feature: default-features
2020-03-21 07:03:16 +08:00
Build-Depends: cpprestsdk[brotli] (windows), cpprestsdk[core,compression]
2018-12-01 08:48:21 +08:00
Description: Features installed by default
2018-10-24 04:05:43 +08:00
2019-08-07 01:35:35 +08:00
Feature: compression
Build-Depends: zlib
Description: HTTP Compression support
2018-10-24 04:05:43 +08:00
Feature: websockets
2019-08-24 01:20:18 +08:00
Build-Depends: cpprestsdk[core,compression], websocketpp (!uwp), openssl (!uwp), boost-system (!uwp), boost-date-time (!uwp), boost-regex (!uwp)
2018-10-24 04:05:43 +08:00
Description: Websockets support
2018-12-01 08:48:21 +08:00
Feature: brotli
2019-08-24 01:20:18 +08:00
Build-Depends: cpprestsdk[core,compression], brotli
2018-12-01 08:48:21 +08:00
Description: Brotli compression support