mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:09:07 +08:00
e6e9a0b1b0
* [fastcdr] Update to 1.0.26 * Update version database * Dynamic linkage fix * Update version
18 lines
506 B
JSON
18 lines
506 B
JSON
{
|
|
"name": "fastcdr",
|
|
"version-semver": "1.0.26",
|
|
"description": "eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.",
|
|
"homepage": "https://github.com/eProsima/Fast-CDR",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|