aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-lexical-cast/vcpkg.json
blob: b2e3aa390e3cb63f3deecaf4154855817ac4d202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "boost-lexical-cast",
  "version": "1.77.0",
  "description": "Boost lexical_cast module",
  "homepage": "https://github.com/boostorg/lexical_cast",
  "dependencies": [
    "boost-array",
    "boost-assert",
    "boost-config",
    "boost-container",
    "boost-core",
    "boost-integer",
    "boost-numeric-conversion",
    "boost-range",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-vcpkg-helpers"
  ]
}