zeek/auxil/vcpkg/ports/tlx/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
354 B
JSON

{
"name": "tlx",
"version": "0.6.1",
"description": "tlx is a collection of C++ helpers and extensions universally needed, but not found in the STL",
"homepage": "https://github.com/tlx/tlx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}