aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/binlog/vcpkg.json
blob: a11da3a0aedd1ffb520d48bebb6ec148c61a3583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    }
  ]
}