vcpkg/ports/fastcdr/vcpkg.json
Jia Yue Hua c316b90058
[fastcdr] update to 1.1.0 (#34049)
* [fastcdr] update to 1.1.0

* fix deps
2023-09-27 01:23:29 -07:00

18 lines
505 B
JSON

{
"name": "fastcdr",
"version-semver": "1.1.0",
"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
}
]
}