mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:09:01 +08:00
20 lines
410 B
JSON
20 lines
410 B
JSON
|
{
|
||
|
"name": "wampcc",
|
||
|
"version-string": "2019-09-04",
|
||
|
"port-version": 1,
|
||
|
"description": "Wampcc is C++ library that implements the Web Application Messaging Protocol (WAMP) protocol.",
|
||
|
"dependencies": [
|
||
|
"jansson",
|
||
|
"libuv",
|
||
|
"openssl"
|
||
|
],
|
||
|
"features": {
|
||
|
"examples": {
|
||
|
"description": "Build example apps"
|
||
|
},
|
||
|
"utils": {
|
||
|
"description": "Build utility apps"
|
||
|
}
|
||
|
}
|
||
|
}
|