vcpkg/ports/fast-double-parser/vcpkg.json

18 lines
465 B
JSON
Raw Normal View History

{
"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
}
]
}