{
  "actions": [
    {
      "command": [
        "bash",
        "scripts/build-cimgui.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 Dear ImGui via cimgui",
  "licenses": "MIT",
  "maintainers": [
    "tony.gair@thedarkfactory.co.uk"
  ],
  "maintainers-logins": [
    "tonygair"
  ],
  "name": "df_imgui",
  "notes": "cimgui (the C++ side) is vendored; the post-fetch action builds vendor/cimgui/libcimgui.a (plain c++, no cmake).",
  "origin": {
    "commit": "3dec19e9896a15f1194c8c98dc7848324c0faaac",
    "url": "git+https://github.com/the-dark-factory/imgui-ada.git"
  },
  "project-files": [
    "df_imgui.gpr"
  ],
  "tags": [
    "binding",
    "gui",
    "imgui",
    "cimgui"
  ],
  "version": "0.1.0",
  "website": "https://github.com/the-dark-factory/imgui-ada"
}
