mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 21:49:00 +08:00
41 lines
761 B
JSON
41 lines
761 B
JSON
|
{
|
||
|
"name": "libpsl",
|
||
|
"version": "0.21.5",
|
||
|
"description": "C library for the Public Suffix List",
|
||
|
"homepage": "rockdaboot.github.io/libpsl",
|
||
|
"license": "MIT",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-tool-meson",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"default-features": [
|
||
|
{
|
||
|
"name": "libicu",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "libidn2",
|
||
|
"platform": "!windows"
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"libicu": {
|
||
|
"description": "choose libicu as runtime",
|
||
|
"supports": "windows",
|
||
|
"dependencies": [
|
||
|
"icu"
|
||
|
]
|
||
|
},
|
||
|
"libidn2": {
|
||
|
"description": "choose libidn2 as runtime",
|
||
|
"supports": "!windows",
|
||
|
"dependencies": [
|
||
|
"libidn2"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|