vcpkg/ports/tuplet/vcpkg.json
gotnone af5230dab1
[tuplet] New port (#33005) (#33006)
* [tuplet] New port

* update version database

Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
2023-08-07 09:55:47 -07:00

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
}
]
}