aboutsummaryrefslogtreecommitdiff
path: root/ports/h5py-lzf/vcpkg.json
blob: eb203ee5fdd13c6e90eef1acfe77d73ba9a603c9 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "h5py-lzf",
  "version-string": "2019-12-04",
  "port-version": 1,
  "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"
  ]
}