diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/nanomsg/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/nanomsg/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nanomsg/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/nanomsg/vcpkg.json b/vcpkg/ports/nanomsg/vcpkg.json new file mode 100644 index 0000000..1ea07a5 --- /dev/null +++ b/vcpkg/ports/nanomsg/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "nanomsg", + "version-semver": "1.2.2", + "description": [ + "A simple high-performance implementation of several \"scalability protocols\".", + "These scalability protocols are light-weight messaging protocols which can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket." + ], + "homepage": "https://nanomsg.org/", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tool": { + "description": "nanomsg tool (nanocat)" + } + } +} |