vcpkg/ports/double-conversion/vcpkg.json
Mengna Li 4c998fb475
[double-conversion] update to v3.2.0 (#23145)
* update to v3.2.0

* update
2022-02-18 14:39:34 -08:00

17 lines
372 B
JSON

{
"name": "double-conversion",
"version": "3.2.0",
"description": "Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.",
"homepage": "https://github.com/google/double-conversion",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}