mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
b5bb1511f0
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json * [many ports] Apply host dependencies * [yasm-tool] Revert yasm-tool changes to split into PR #16478 * [many ports] Add versions * [vcpkg.cmake] Revert change applied in other PR * [boost-modular-build-helper] Merge from master Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
43 lines
848 B
JSON
43 lines
848 B
JSON
{
|
|
"name": "boost-locale",
|
|
"version-string": "1.75.0",
|
|
"port-version": 1,
|
|
"description": "Boost locale module",
|
|
"homepage": "https://github.com/boostorg/locale",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
{
|
|
"name": "boost-build",
|
|
"host": true
|
|
},
|
|
"boost-config",
|
|
"boost-function",
|
|
"boost-integer",
|
|
"boost-iterator",
|
|
{
|
|
"name": "boost-modular-build-helper",
|
|
"host": true
|
|
},
|
|
"boost-smart-ptr",
|
|
"boost-static-assert",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"boost-type-traits",
|
|
"boost-unordered",
|
|
"boost-vcpkg-helpers",
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "!uwp & !windows & !mingw"
|
|
}
|
|
],
|
|
"features": {
|
|
"icu": {
|
|
"description": "ICU backend for Boost.Locale",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
}
|
|
}
|
|
}
|