aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fast-double-parser/vcpkg.json
blob: 446aea477d62dc218c109f5f574ce8e31294aebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fast-double-parser",
  "version": "0.8.1",
  "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
    }
  ]
}