2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "boost-locale",
|
2022-08-26 01:46:01 +08:00
|
|
|
"version": "1.80.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "Boost locale module",
|
|
|
|
"homepage": "https://github.com/boostorg/locale",
|
2022-04-22 01:01:54 +08:00
|
|
|
"license": "BSL-1.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"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-config",
|
2022-08-26 01:46:01 +08:00
|
|
|
"boost-core",
|
2021-01-14 06:41:23 +08:00
|
|
|
"boost-function",
|
|
|
|
"boost-iterator",
|
2021-03-27 03:55:34 +08:00
|
|
|
{
|
|
|
|
"name": "boost-modular-build-helper",
|
|
|
|
"host": true
|
|
|
|
},
|
2022-08-26 01:46:01 +08:00
|
|
|
"boost-predef",
|
2021-01-14 06:41:23 +08:00
|
|
|
"boost-smart-ptr",
|
|
|
|
"boost-static-assert",
|
|
|
|
"boost-thread",
|
|
|
|
"boost-type-traits",
|
|
|
|
"boost-unordered",
|
|
|
|
"boost-vcpkg-helpers",
|
|
|
|
{
|
|
|
|
"name": "libiconv",
|
|
|
|
"platform": "!uwp & !windows & !mingw"
|
2021-09-28 08:12:39 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2021-01-14 06:41:23 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"icu": {
|
|
|
|
"description": "ICU backend for Boost.Locale",
|
|
|
|
"dependencies": [
|
|
|
|
"icu"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|