mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:49:07 +08:00
18 lines
466 B
JSON
18 lines
466 B
JSON
|
{
|
||
|
"name": "liblzf",
|
||
|
"version": "3.6",
|
||
|
"description": "LZF is an extremely fast compression algorithm. It is ideal for applications where you want to save some space but not at the cost of speed.",
|
||
|
"homepage": "http://software.schmorp.de/pkg/liblzf.html",
|
||
|
"license": "BSD-2-Clause OR GPL-2.0-or-later",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|