vcpkg/ports/binlog/vcpkg.json
Frank 72116f0cdc
[vcpkg baseline][binlog] disable performance tests (#31410)
* [binlog] disable performance tests

* update version

* disable find benchmark

* version
2023-05-13 09:34:48 -07:00

20 lines
460 B
JSON

{
"name": "binlog",
"version-date": "2021-04-16",
"port-version": 1,
"description": "Binlog is a high performance C++ log library to produce structured binary logs.",
"homepage": "http://opensource.morganstanley.com/binlog/",
"license": "Apache-2.0",
"supports": "!uwp & !(arm64 & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}