mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
87 lines
1.7 KiB
JSON
87 lines
1.7 KiB
JSON
{
|
|
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
|
|
"name": "boost-locale",
|
|
"version": "1.80.0",
|
|
"port-version": 1,
|
|
"description": "Boost locale module",
|
|
"homepage": "https://github.com/boostorg/locale",
|
|
"license": "BSL-1.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-assert",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-build",
|
|
"host": true,
|
|
"version>=": "1.80.0#2"
|
|
},
|
|
{
|
|
"name": "boost-config",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-core",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-function",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-iterator",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-modular-build-helper",
|
|
"host": true,
|
|
"version>=": "1.80.0#2"
|
|
},
|
|
{
|
|
"name": "boost-predef",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-smart-ptr",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-static-assert",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-thread",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-type-traits",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-unordered",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "boost-vcpkg-helpers",
|
|
"version>=": "1.80.0#1"
|
|
},
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "!uwp & !windows & !mingw"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"icu": {
|
|
"description": "ICU backend for Boost.Locale",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
}
|
|
}
|
|
}
|