mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:01:48 +08:00
20 lines
343 B
JSON
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"
|
|
]
|
|
}
|