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

15 lines
306 B
JSON

{
"name": "lzfse",
"version": "1.0",
"port-version": 5,
"description": "Lempel-Ziv style data compressor using Finite State Entropy coding.",
"homepage": "https://github.com/lzfse/lzfse",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}