mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
8 lines
312 B
JSON
8 lines
312 B
JSON
{
|
|
"name": "fast-double-parser",
|
|
"version": "0.7.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"
|
|
}
|