vcpkg/ports/lzokay/vcpkg.json
Kazutaka Nakashima 5c1c8e6e3d
[lzokay] update to the latest for newer compilers (#42138)
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
2024-11-15 15:56:32 -08: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
}
]
}