aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-function/vcpkg.json
blob: 00181a35f653db7897bdc7a91a8f88141a20ce3c (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.77.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"
  ]
}