aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-function/vcpkg.json
blob: 4d760713048b5b901b59d75cbaeafb38be0bd32a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "boost-function",
  "version": "1.76.0",
  "description": "Boost function module",
  "homepage": "https://github.com/boostorg/function",
  "dependencies": [
    "boost-assert",
    "boost-bind",
    "boost-config",
    "boost-core",
    "boost-integer",
    "boost-preprocessor",
    "boost-throw-exception",
    "boost-type-index",
    "boost-type-traits",
    "boost-typeof",
    "boost-vcpkg-helpers"
  ]
}