vcpkg/ports/binlog/vcpkg.json
Eddie James cfad9356c4
[binlog] Add new port (#26843)
* [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>
2023-02-10 11:37:57 -08:00

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
}
]
}