mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
4e17591500
* [nsync] update to 1.26.0 * [nsync] update to 1.26.0
18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"name": "nsync",
|
|
"version": "1.26.0",
|
|
"description": "nsync is a C library that exports various synchronization primitives, such as mutexes",
|
|
"homepage": "https://github.com/google/nsync",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|