mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:52:03 +08:00
c8f2fabe95
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict. Alternative to https://github.com/microsoft/vcpkg/pull/37240.
19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"name": "liblzf",
|
|
"version": "3.6",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|