mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:29:08 +08:00
269aeb7f4a
* [BitSerializer] Update to version 0.9 * [bitserializer] Update to version 0.10 * [bitserializer] Enable all features by default * [bitserializer] Update hash of tagged commit and remove "rapidyaml-archive" from default list of features * [bitserializer] Add alias packages for deprecated BitSerializer's libraries * Skip bitserializer-rapidyaml for arm and osx * Update scripts/ci.baseline.txt Co-authored-by: Pavel_Kisliak <Pavel_Kisliak@epam.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
22 lines
832 B
Plaintext
22 lines
832 B
Plaintext
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)
|