{
  "authors": [
    "AdaCore"
  ],
  "description": "GNAT code formatter for the Ada language - Binary Release",
  "environment": {
    "PATH": {
      "prepend": "${CRATE_ROOT}/bin"
    }
  },
  "forbids": [
    {
      "gnatformat": "*"
    }
  ],
  "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
  "long-description": "GNATformat is a an opinionated code formatter for the Ada language.\n\nFor information on how to use it, check out the online [GNATformat documentation](https://docs.adacore.com/live/wave/gnatformat/html/user-guide/index.html).\n\nThis version of GNATformat is a binary release, built from [GNAT-FSF-builds](https://github.com/alire-project/GNAT-FSF-builds).\n\nA Windows version is not included in this release. For CI usage, privilege the Linux version. For private usage, we recommend the GNATformat version bundled in the [Ada Language Server's VSCode extension](https://marketplace.visualstudio.com/items?itemName=AdaCore.ada).\n",
  "maintainers": [
    "chouteau@adacore.com",
    "sagaert@adacore.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau",
    "AldanTanneo"
  ],
  "name": "gnatformat_bin",
  "origin": {
    "case(os)": {
      "linux": {
        "case(host-arch)": {
          "aarch64": {
            "binary": true,
            "hashes": [
              "sha256:666065170ff46d336527e4eeaf96724931e078b4608812d9f450399601cdaedc"
            ],
            "url": "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatformat-26.0-1/gnatformat-aarch64-linux-26.0-1.tar.gz"
          },
          "x86-64": {
            "binary": true,
            "hashes": [
              "sha256:0b48324da93001db700ca8e4e38b057499f4e4893ac917a4bac9477ef585d955"
            ],
            "url": "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatformat-26.0-1/gnatformat-x86_64-linux-26.0-1.tar.gz"
          }
        }
      },
      "macos": {
        "case(host-arch)": {
          "aarch64": {
            "binary": true,
            "hashes": [
              "sha256:3b7e31932f3f69bdf4b91baee5b13802a11d6c8b5bcfccfe3847706769a96e12"
            ],
            "url": "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatformat-26.0-1/gnatformat-aarch64-darwin-26.0-1.tar.gz"
          },
          "x86-64": {
            "binary": true,
            "hashes": [
              "sha256:47932e6de4c220a355463261991cc33d12921a352ed91a6c82a70951ef28be83"
            ],
            "url": "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatformat-26.0-1/gnatformat-x86_64-darwin-26.0-1.tar.gz"
          }
        }
      }
    }
  },
  "tags": [
    "gnatformat",
    "formatting",
    "prettier",
    "libadalang"
  ],
  "version": "26.0.0",
  "website": "https://github.com/AdaCore/gnatformat"
}
