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

17 lines
364 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "lzokay",
"version-date": "2023-10-22",
"description": "lzokay MIT licensed C++ implementation of LZO compression/decompression algorithm",
"homepage": "https://github.com/AxioDL/lzokay",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}