Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
393 B
JSON

{
"name": "nameof",
"version": "0.10.4",
"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
}
]
}