{
  "actions": [
    {
      "command": [
        "bash",
        "scripts/build-stb.sh"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "The Dark Factory Ltd"
  ],
  "auto-gpr-with": false,
  "available": {
    "case(os)": {
      "linux": true,
      "macos": true,
      "windows": false
    }
  },
  "build-switches": {
    "*": {
      "style_checks": [
        "-gnaty"
      ]
    }
  },
  "description": "Ada bindings to Sean Barrett's STB header-only utility libraries",
  "licenses": "MIT",
  "maintainers": [
    "tony.gair@thedarkfactory.co.uk"
  ],
  "maintainers-logins": [
    "tonygair"
  ],
  "name": "df_stb",
  "notes": "STB is header-only C; the post-fetch action builds vendor/stb/libstb.a from csrc/stb_impl.c (plain cc, no extra tooling).",
  "origin": {
    "commit": "c3442adac650bff870167ba26b718115deb780b9",
    "url": "git+https://github.com/the-dark-factory/stb-ada.git"
  },
  "project-files": [
    "df_stb.gpr"
  ],
  "tags": [
    "binding",
    "image",
    "stb",
    "stb-image",
    "stb-truetype"
  ],
  "version": "0.1.0",
  "website": "https://github.com/the-dark-factory/stb-ada"
}
