{
  "actions": [
    {
      "command": [
        "sed",
        "-i",
        "-e",
        "s/Version    : constant String := \"debug\"/Version    : constant String := \"26.0.0\"/",
        "gnatformat.ads"
      ],
      "directory": "src",
      "type": "post-fetch"
    },
    {
      "command": [
        "sed",
        "-i",
        "-e",
        "s/Build_Date : constant String := \"debug\"/Build_Date : constant String := \"976b276ba6\"/",
        "gnatformat.ads"
      ],
      "directory": "src",
      "type": "post-fetch"
    }
  ],
  "authors": [
    "AdaCore"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "adasat": "^26",
      "gnatcoll": "^26",
      "libadalang": "^26",
      "prettier_ada": "^26",
      "vss_extra": "^26",
      "vss_text": "^26"
    }
  ],
  "description": "Opinionated code format library for the Ada language",
  "forbids": [
    {
      "gnatformat": "*"
    }
  ],
  "gpr-set-externals": {
    "GNATFORMAT_BUILD_MODE": "prod"
  },
  "licenses": "MIT OR Apache-2.0 WITH LLVM-exception",
  "maintainers": [
    "Fabien Chouteau <chouteau@adacore.com>",
    "sagaert@adacore.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau",
    "AldanTanneo"
  ],
  "name": "libgnatformat",
  "origin": {
    "hashes": [
      "sha512:a0a869fab27e7138eb049a13f1784161633e5e2296ef33c1ff09ec5ec70085b09bd38f2dd45766c3de1c94f18b418331abca7845641978b4783d041619f0170d"
    ],
    "url": "https://github.com/AdaCore/gnatformat/archive/refs/tags/v26.0.0.zip"
  },
  "project-files": "gnat/gnatformat.gpr",
  "tags": [
    "formatting",
    "ada",
    "lib"
  ],
  "version": "26.0.0",
  "website": "https://github.com/AdaCore/gnatformat"
}
