vcpkg/ports/snappy/vcpkg.json
2024-06-18 11:57:51 -07:00

18 lines
319 B
JSON

{
"name": "snappy",
"version": "1.2.1",
"description": "A fast compressor/decompressor.",
"homepage": "https://github.com/google/snappy",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}