vcpkg/ports/boost-multiprecision/vcpkg.json
2021-09-27 17:12:39 -07:00

19 lines
404 B
JSON

{
"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"
]
}