mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
ae5dd51153
* Add port tcp-pubsub * Patch package config file
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
|
|
}
|
|
]
|
|
}
|