2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "boost-regex",
|
2022-04-22 01:01:54 +08:00
|
|
|
"version": "1.79.0",
|
2022-07-08 05:28:29 +08:00
|
|
|
"port-version": 1,
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "Boost regex module",
|
|
|
|
"homepage": "https://github.com/boostorg/regex",
|
2022-04-22 01:01:54 +08:00
|
|
|
"license": "BSL-1.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"dependencies": [
|
|
|
|
"boost-assert",
|
2021-03-27 03:55:34 +08:00
|
|
|
{
|
|
|
|
"name": "boost-build",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"boost-concept-check",
|
|
|
|
"boost-config",
|
|
|
|
"boost-container-hash",
|
|
|
|
"boost-core",
|
|
|
|
"boost-integer",
|
2021-03-27 03:55:34 +08:00
|
|
|
{
|
|
|
|
"name": "boost-modular-build-helper",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"boost-mpl",
|
|
|
|
"boost-predef",
|
|
|
|
"boost-smart-ptr",
|
|
|
|
"boost-static-assert",
|
|
|
|
"boost-throw-exception",
|
|
|
|
"boost-type-traits",
|
2021-09-28 08:12:39 +08:00
|
|
|
"boost-vcpkg-helpers",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-01-14 06:41:23 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"icu": {
|
|
|
|
"description": "ICU backend for Boost.Regex",
|
|
|
|
"dependencies": [
|
|
|
|
"icu"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|