{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "Verified Ascii To Number conversion written in Ada/SPARK",
    "development_only": false,
    "latest_version": "0.1.0",
    "name": "vaton",
    "selected_version": "0.1.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "spark_unbound",
            "package": "spark_unbound",
            "provided_version": "0.2.1",
            "requirement": "~0.2.1",
            "resolved": true,
            "version": "0.2.1"
          },
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "16.2.0",
            "requirement": "(>=12.0.0 & <2000) | >=2021",
            "resolved": true,
            "version": "16.2.0-patchset.1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Manuel Hatzl"
          ],
          "build-switches": {
            "*": {
              "ada_version": "Ada2022",
              "style_checks": "No"
            },
            "validation": {
              "compile_checks": "Warnings"
            }
          },
          "depends-on": [
            {
              "spark_unbound": "~0.2.1"
            },
            {
              "gnat": "(>=12.0.0 & <2000) | >=2021"
            }
          ],
          "description": "Verified Ascii To Number conversion written in Ada/SPARK",
          "licenses": "MIT",
          "long-description": "This library offers formally verified functions to convert character streams into the smallest standard type representation the resulting number may fit in.\nThe allowed formats are based on the [JSON-Number format](https://www.json.org/json-en.html), with the addition to allow single underscores between digits.\n\n**Note:** Only decimal based numbers are supported!\n\n**Examples:**\n\n```\n-10_000 -> Standard.Integer\n1.0 -> Standard.Float\n1e4 -> Standard.Float\n```\n",
          "maintainers": [
            "Manuel Hatzl <hatzlmanuel@outlook.com>"
          ],
          "maintainers-logins": [
            "mhatzl"
          ],
          "name": "vaton",
          "origin": {
            "commit": "c07eed4c36f9950c4bf93efb069eb6346fcca07f",
            "url": "git+https://github.com/mhatzl/vaton.git"
          },
          "tags": [
            "spark"
          ],
          "version": "0.1.0",
          "website": "https://github.com/mhatzl/vaton"
        },
        "path": "index/va/vaton/vaton-0.1.0.toml",
        "version": "0.1.0"
      }
    ]
  },
  "schema_version": 4
}
