mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
af5230dab1
* [tuplet] New port * update version database Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
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
|
|
}
|
|
]
|
|
}
|