vcpkg/ports/tcp-pubsub/vcpkg.json

21 lines
395 B
JSON
Raw Normal View History

{
"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
}
]
}