mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:49:00 +08:00
cfad9356c4
* [binlog] Add new port Add binlog, a high performance C++ log library to produce structured binary logs. * run x-add-version --------- Co-authored-by: Eddie James <eajames@linux.ibm.com>
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"name": "binlog",
|
|
"version-date": "2021-04-16",
|
|
"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
|
|
}
|
|
]
|
|
}
|