mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 11:49:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
36 lines
755 B
JSON
36 lines
755 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|