mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:19:07 +08:00
26 lines
540 B
JSON
26 lines
540 B
JSON
{
|
|
"name": "libphonenumber",
|
|
"version": "8.13.13",
|
|
"port-version": 1,
|
|
"description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.",
|
|
"license": "Apache-2.0",
|
|
"supports": "!linux & !osx",
|
|
"dependencies": [
|
|
"abseil",
|
|
"boost-date-time",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"icu",
|
|
"protobuf",
|
|
"re2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|