mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
18 lines
338 B
JSON
18 lines
338 B
JSON
|
{
|
||
|
"name": "tuplet",
|
||
|
"version": "2.1.1",
|
||
|
"description": "A Lightweight Tuple Library for Modern C++",
|
||
|
"homepage": "https://github.com/codeinred/tuplet",
|
||
|
"license": "BSL-1.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|