diff options
| author | Pavel Kisliak <37534137+PavelKisliak@users.noreply.github.com> | 2020-06-12 08:34:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 22:34:31 -0700 |
| commit | 269aeb7f4a353a2d10332808f78aefcba27d1ef9 (patch) | |
| tree | f5be95835b296e34972b43546d52948072fdc150 /ports/bitserializer/CONTROL | |
| parent | 0df89ff50e5af5d83295a04469bb7a4a1f265f51 (diff) | |
| download | vcpkg-269aeb7f4a353a2d10332808f78aefcba27d1ef9.tar.gz vcpkg-269aeb7f4a353a2d10332808f78aefcba27d1ef9.zip | |
[bitserializer] Update to new version 0.10 (#11683)
* [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>
Diffstat (limited to 'ports/bitserializer/CONTROL')
| -rw-r--r-- | ports/bitserializer/CONTROL | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/ports/bitserializer/CONTROL b/ports/bitserializer/CONTROL index 5807d79c4..63444a871 100644 --- a/ports/bitserializer/CONTROL +++ b/ports/bitserializer/CONTROL @@ -1,4 +1,21 @@ Source: bitserializer
-Version: 0.9
+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)
|
