mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
05d0035210
* [nameof] Update to 0.10.2 * vcpkg x-add-version nameof * modernization * overwrite-version * license * overwrite-version * fix review * overwrite-version
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "nameof",
|
|
"version": "0.10.2",
|
|
"description": "Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.",
|
|
"homepage": "https://github.com/Neargye/nameof",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|