23 lines
470 B
JSON
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
|
|
}
|
|
]
|
|
}
|