mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|