vcpkg/ports/lzokay/vcpkg.json

18 lines
388 B
JSON
Raw Normal View History

{
"name": "lzokay",
"version-date": "2020-07-30",
"port-version": 2,
2020-08-06 21:36:56 +08:00
"description": "lzokay MIT licensed C++ implementation of LZO compression/decompression algorithm",
"homepage": "https://github.com/jackoalan/lzokay",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}