aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bde/vcpkg.json
blob: 5d337a199ddc9fbd43a61ba60f72c6cdeb9d7052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "name": "bde",
  "version": "4.18.0.0",
  "description": "Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.",
  "homepage": "https://techatbloomberg.com/",
  "documentation": "https://bloomberg.github.io/bde/",
  "license": "Apache-2.0",
  "supports": "!android & !(arm64 & windows) & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}