mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
72116f0cdc
* [binlog] disable performance tests * update version * disable find benchmark * version
20 lines
460 B
JSON
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
|
|
}
|
|
]
|
|
}
|