vcpkg/ports/tcp-pubsub/vcpkg.json
Martin Stump ae5dd51153
[tcp-pubsub] Add new port (#28649)
* Add port tcp-pubsub

* Patch package config file
2023-01-05 05:03:34 -08:00

21 lines
395 B
JSON

{
"name": "tcp-pubsub",
"version": "1.0.3",
"description": "TCP based publish-subscribe library for C++",
"homepage": "https://github.com/eclipse-ecal/tcp_pubsub",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"asio",
"recycle",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}