{
  "name": "fast-double-parser",
  "href": "https://vcpkg.link/ports/fast-double-parser",
  "supports": "all",
  "published_at": "2025-06-01T01:12:08.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/lemire/fast_double_parser",
  "description": [
    "Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod"
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "semver",
    "value": "0.8.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/4ea71c15fce656a9b3b73266138bc9cdb6a0b02f/ports/fast-double-parser",
    "hash": "4ea71c15fce656a9b3b73266138bc9cdb6a0b02f"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/lemire/fast_double_parser",
    "stars": 670
  },
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": []
}