zeek/auxil/vcpkg/ports/nngpp/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
336 B
JSON

{
"name": "nngpp",
"version": "1.3.0",
"port-version": 3,
"description": "C++ wrapper around the nanomsg NNG API.",
"homepage": "https://github.com/cwzx/nngpp",
"dependencies": [
"nng",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}