{
  "actions": [
    {
      "command": [
        "sh",
        "scripts/build_raylib.sh"
      ],
      "type": "pre-build"
    }
  ],
  "authors": [
    "Fabien Chouteau"
  ],
  "configuration": {
    "variables": {
      "ENABLE_RAYLIB_BUILD": {
        "default": false,
        "type": "Boolean"
      }
    }
  },
  "depends-on": [
    {
      "gnat": ">=12 & <2000",
      "libraylib": "^5"
    }
  ],
  "description": "Ada bindings for Raylib",
  "environment": {
    "LIBRARY_PATH": {
      "append": "${CRATE_ROOT}/build-raylib/raylib/"
    }
  },
  "licenses": "MIT OR Apache-2.0 WITH LLVM-exception",
  "maintainers": [
    "Fabien Chouteau <fabien.chouteau@gmail.com>"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau"
  ],
  "name": "raylib",
  "origin": {
    "commit": "4d933d89d9ace79466e8ee7a9fe6ffa383279cb5",
    "url": "git+https://github.com/Fabien-Chouteau/raylib-ada.git"
  },
  "tags": [
    "raylib",
    "gamedev",
    "binding"
  ],
  "version": "1.0.0",
  "website": ""
}
