blob: 1b55f9fb2398e23df3c4cbe63384ddb8c5abeaf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"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
}
]
}
|