aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fastcdr/vcpkg.json
blob: ea95ef40bf61c07422efbe0124aa946b21b49b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fastcdr",
  "version-semver": "2.3.4",
  "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
    }
  ]
}