Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
470 B
JSON

{
"name": "h5py-lzf",
"version": "3.12.1",
"description": "The LZF filter is an alternative DEFLATE-style compressor for HDF5 datasets.",
"homepage": "https://github.com/h5py/h5py/tree/master/lzf",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "hdf5",
"default-features": false
},
"liblzf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}