Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

30 lines
602 B
JSON

{
"name": "wampcc",
"version-date": "2024-07-10",
"description": "Wampcc is C++ library that implements the Web Application Messaging Protocol (WAMP) protocol.",
"license": "MIT",
"supports": "!(windows & arm64)",
"dependencies": [
"jansson",
"libuv",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"examples": {
"description": "Build example apps"
},
"utils": {
"description": "Build utility apps",
"supports": "!windows"
}
}
}