vcpkg/ports/fast-float/vcpkg.json

18 lines
436 B
JSON
Raw Normal View History

{
"name": "fast-float",
2024-03-26 06:35:09 +08:00
"version": "6.1.1",
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
"homepage": "https://github.com/fastfloat/fast_float",
"license": "Apache-2.0 OR BSL-1.0 OR MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}