zeek/auxil/vcpkg/ports/tuplet/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}