Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

25 lines
544 B
JSON

{
"name": "libphonenumber",
"version": "9.0.2",
"description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.",
"homepage": "https://github.com/google/libphonenumber",
"license": "Apache-2.0",
"dependencies": [
"abseil",
"boost-date-time",
"boost-system",
"boost-thread",
"icu",
"protobuf",
"re2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}