mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
80150f8687
* Update stduuid to 1.2.3 * Update CI baseline * Switch back to ${PORT} * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
35 lines
709 B
JSON
35 lines
709 B
JSON
{
|
|
"name": "stduuid",
|
|
"version": "1.2.3",
|
|
"description": "A C++17 cross-platform implementation for UUIDs",
|
|
"homepage": "https://github.com/mariusbancila/stduuid",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"gsl-span": {
|
|
"description": "Using span from gsl instead of std",
|
|
"dependencies": [
|
|
"ms-gsl"
|
|
]
|
|
},
|
|
"system-gen": {
|
|
"description": "Enable operating system uuid generator",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!osx & !windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|