vcpkg/ports/boost-lexical-cast/vcpkg.json

21 lines
466 B
JSON
Raw Normal View History

{
"name": "boost-lexical-cast",
2021-09-28 08:12:39 +08:00
"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"
]
}