vcpkg/ports/libprotobuf-mutator/vcpkg.json
2024-11-19 18:55:42 -08:00

20 lines
343 B
JSON

{
"name": "libprotobuf-mutator",
"version": "1.3",
"port-version": 1,
"description": "Library for structured fuzzing with protobuffers.",
"dependencies": [
"liblzma",
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}