diff options
Diffstat (limited to 'vcpkg/ports/binlog/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/binlog/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/binlog/vcpkg.json b/vcpkg/ports/binlog/vcpkg.json new file mode 100644 index 0000000..a11da3a --- /dev/null +++ b/vcpkg/ports/binlog/vcpkg.json @@ -0,0 +1,19 @@ +{ + "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 + } + ] +} |