vcpkg/ports/liblzf/vcpkg.json
Kai Pastor c8f2fabe95
[vcpkg baseline][h5py-lzf] Update, use liblzf port, fix export, cleanup (#37332)
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict.
Alternative to https://github.com/microsoft/vcpkg/pull/37240.
2024-03-11 20:15:52 -07:00

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
}
]
}