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

21 lines
466 B
JSON

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