mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:08:59 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
27 lines
801 B
JSON
27 lines
801 B
JSON
{
|
|
"name": "nanomsg",
|
|
"version-semver": "1.2.1",
|
|
"port-version": 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)"
|
|
}
|
|
}
|
|
}
|