mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
d132d128b4
* [aubio] * [bitserializer] * [crfsuite] Update to 2020-08-27 * format * [freealut] * [libe57] * version * [libe57] Remove docs * version * [libffi] * [libmodplug] * [libsodium] * [libsrtp] * [libfio] * [ned14-internal-quickcpplib] * version string * version * version * [matio] Update to 1.5.23 * [matplusplus] Update to 1.1.0 * [pystring] * [rdbl] * [recast] * [restinfo] * [sockpp] * [sziü] * [taglib] * [thor] * [workflow] * version * [Forkflow] Fix typo * version * [pystring] license * version * license * version * [sockpp] * version * [refl-cpp] * [pixel] Fix synthax warning * version * [matplotplusplus] * version * license * version * [szip, workflow] Remove docs * version * license * version * [szip] Fix license install * version * [matplotplusplus] Revert update * version
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "bitserializer",
|
|
"version": "0.44",
|
|
"port-version": 1,
|
|
"description": "C++ 17 library for serialization to JSON, XML, YAML",
|
|
"homepage": "https://bitbucket.org/Pavel_Kisliak/bitserializer",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cpprestjson-archive": {
|
|
"description": "Module for support JSON (implementation based on the CppRestSDK library)",
|
|
"dependencies": [
|
|
"cpprestsdk"
|
|
]
|
|
},
|
|
"pugixml-archive": {
|
|
"description": "Module for support XML (implementation based on the PugiXml library)",
|
|
"dependencies": [
|
|
"pugixml"
|
|
]
|
|
},
|
|
"rapidjson-archive": {
|
|
"description": "Module for support JSON (implementation based on the RapidJson library)",
|
|
"dependencies": [
|
|
"rapidjson"
|
|
]
|
|
},
|
|
"rapidyaml-archive": {
|
|
"description": "Module for support YAML (implementation based on the RapidYaml library)",
|
|
"dependencies": [
|
|
{
|
|
"name": "ryml",
|
|
"platform": "!osx"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|