mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:31:08 +08:00
ec2ab620f8
* snappy fix clang-cl builds * v db * CI Retriger
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "snappy",
|
|
"version": "1.1.9",
|
|
"port-version": 2,
|
|
"description": "A fast compressor/decompressor.",
|
|
"homepage": "https://github.com/google/snappy",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|