vcpkg/ports/boost-regex/vcpkg.json

36 lines
755 B
JSON
Raw Normal View History

{
"name": "boost-regex",
"version-string": "1.75.0",
"description": "Boost regex module",
"homepage": "https://github.com/boostorg/regex",
"dependencies": [
"boost-assert",
"boost-build",
"boost-compatibility",
"boost-concept-check",
"boost-config",
"boost-container-hash",
"boost-core",
"boost-detail",
"boost-integer",
"boost-iterator",
"boost-modular-build-helper",
"boost-mpl",
"boost-predef",
"boost-smart-ptr",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
],
"features": {
"icu": {
"description": "ICU backend for Boost.Regex",
"dependencies": [
"icu"
]
}
}
}