vcpkg/ports/fast-double-parser/vcpkg.json
2024-09-20 19:21:56 -07:00

18 lines
465 B
JSON

{
"name": "fast-double-parser",
"version": "0.8.0",
"description": "Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod",
"homepage": "https://github.com/lemire/fast_double_parser",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}