mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:59:00 +08:00
17 lines
287 B
JSON
17 lines
287 B
JSON
|
{
|
||
|
"name": "indirect-value",
|
||
|
"version-date": "2023-06-01",
|
||
|
"description": "An indirect value-type for C++",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|