vcpkg/ports/tuplet/vcpkg.json

18 lines
338 B
JSON
Raw Normal View History

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