mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 22:09:01 +08:00
13224dcaaa
* [snappy] fix correct lib name in snappy.pc file * update version
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"name": "snappy",
|
|
"version": "1.1.9",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|