blob: d7e62a2ea9a7ccb74c1e832b8707271af541a085 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"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"
]
}
|