vcpkg/ports/boost-static-string/vcpkg.json

15 lines
341 B
JSON
Raw Normal View History

{
"name": "boost-static-string",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost static_string module",
"homepage": "https://github.com/boostorg/static_string",
"dependencies": [
"boost-assert",
"boost-container-hash",
"boost-static-assert",
"boost-throw-exception",
"boost-utility",
"boost-vcpkg-helpers"
]
}