vcpkg/ports/boost-multiprecision/vcpkg.json

19 lines
404 B
JSON
Raw Normal View History

{
"name": "boost-multiprecision",
2021-09-28 08:12:39 +08:00
"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",
2021-09-28 08:12:39 +08:00
"boost-math",
"boost-predef",
2021-09-28 08:12:39 +08:00
"boost-random",
"boost-rational",
"boost-vcpkg-helpers"
]
}