aboutsummaryrefslogtreecommitdiff
path: root/ports/fastrtps/vcpkg.json
blob: 6c846645cb813e23dd11be4888fa35263687d0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "fastrtps",
  "version": "2.4.0",
  "description": "Eprosima Fast RTPS is a C++ implementation of the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.",
  "homepage": "https://www.eprosima.com/",
  "dependencies": [
    "asio",
    "fastcdr",
    "foonathan-memory",
    "openssl",
    "tinyxml2",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}