Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}