blob: b7a6fd40d67200c867232826bbd44d0c24bada52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "liblzf",
"version": "3.6",
"port-version": 1,
"description": "LZF is an extremely fast compression algorithm. It is ideal for applications where you want to save some space but not at the cost of speed.",
"homepage": "http://software.schmorp.de/pkg/liblzf.html",
"license": "BSD-2-Clause OR GPL-2.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|