mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"name": "h5py-lzf",
|
|
"version-date": "2019-12-04",
|
|
"port-version": 3,
|
|
"description": "The LZF filter is an alternative DEFLATE-style compressor for HDF5 datasets, using the free LZF library by Marc Alexander Lehmann.",
|
|
"homepage": "https://github.com/h5py/h5py/tree/master/lzf",
|
|
"dependencies": [
|
|
"hdf5",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|