mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
89e00e66f7
* [yara ] update to v4.2.0 * update version * modern function * update version
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"name": "yara",
|
|
"version": "4.2.0",
|
|
"description": "The pattern matching swiss knife",
|
|
"homepage": "https://github.com/VirusTotal/yara",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"jansson",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|