aboutsummaryrefslogtreecommitdiff
path: root/ports/bitserializer/CONTROL
blob: 63444a871ba59ce6049616046eac47637378e8bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: bitserializer
Version: 0.10
Description: Core part of C++ 17 library for serialization to JSON, XML, YAML
Homepage: https://bitbucket.org/Pavel_Kisliak/bitserializer
Default-Features: cpprestjson-archive, rapidjson-archive, pugixml-archive

Feature: cpprestjson-archive
Build-Depends: cpprestsdk
Description: Module for support JSON (implementation based on the CppRestSDK library)

Feature: rapidjson-archive
Build-Depends: rapidjson
Description: Module for support JSON (implementation based on the RapidJson library)

Feature: pugixml-archive
Build-Depends: pugixml
Description: Module for support XML (implementation based on the PugiXml library)

Feature: rapidyaml-archive
Build-Depends: ryml (!arm&!arm64&!osx)
Description: Module for support YAML (implementation based on the RapidYaml library)