zeek/auxil/vcpkg/ports/snappy/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
433 B
JSON

{
"name": "snappy",
"version": "1.2.2",
"port-version": 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
}
],
"features": {
"rtti": {
"description": "Build with dynamic typeinfo."
}
}
}