mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:49:44 +08:00
11 lines
214 B
JSON
11 lines
214 B
JSON
|
{
|
||
|
"name": "nngpp",
|
||
|
"version-string": "1.3.0",
|
||
|
"port-version": 1,
|
||
|
"description": "C++ wrapper around the nanomsg NNG API.",
|
||
|
"homepage": "https://github.com/cwzx/nngpp",
|
||
|
"dependencies": [
|
||
|
"nng"
|
||
|
]
|
||
|
}
|