mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 05:31:37 +08:00
5c1c8e6e3d
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
||
"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
|
||
}
|
||
]
|
||
}
|