aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-multiprecision/vcpkg.json
blob: cd4bfdf322e9052f70d7fcb6300b252623aefad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "boost-multiprecision",
  "version": "1.77.0",
  "description": "Boost multiprecision module",
  "homepage": "https://github.com/boostorg/multiprecision",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-core",
    "boost-integer",
    "boost-lexical-cast",
    "boost-math",
    "boost-predef",
    "boost-random",
    "boost-rational",
    "boost-vcpkg-helpers"
  ]
}