mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 06:08:07 +08:00
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
|
||
}
|
||
]
|
||
}
|