mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
21 lines
395 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|