{
  "authors": [
    "Fabien Chouteau"
  ],
  "depends-on": [
    {
      "gnat": ">=12 & <2000",
      "libraylib": "~6.0"
    }
  ],
  "description": "Ada bindings for Raylib",
  "licenses": "MIT OR Apache-2.0 WITH LLVM-exception",
  "long-description": "# Using raylib-ada\n\nThis project is available in the [Alire package manager](https://alire.ada.dev).\nTo use it, just add `raylib` in your dependencies:\n```console\n$ alr with raylib\n```\n\nAnd add the following linker switches for executable projects to link against\nRaylib and libmath:\n```\n   package Linker is\n      for Switches (\"Ada\") use (\"-lraylib\", \"-lm\");\n   end Linker;\n```\n\n# Raylib dependencies on Ubuntu/Debian\n\nWhen Raylib is available in the system distributions (Arch, Fedora, Msys2,\nMacports, Brew, etc.), Alire will install it for you so there's nothing to do\nhere.\n\nFor Ubuntu/Debian on the other hand, you have to download a Raylib release from\nGitHub (or build from source if you want).\n\nAlire will let you know with a message like this:\n```\nwarn: The following external dependencies are unavailable within Alire:\nwarn:    libraylib^6\nwarn: They should be made available in the environment by the user.\n```\n\nDownload the 6.0 release from this address:\n```\n$ wget https://github.com/raysan5/raylib/releases/download/6.0/raylib-6.0_linux_amd64.tar.gz\n```\n\nExtract it:\n```\n$ tar xf raylib-6.0_linux_amd64.tar.gz\n```\n\nSet the environment variables like so:\n```\n$ export C_INCLUDE_PATH=${PWD}/raylib-6.0_linux_amd64/include/:${C_INCLUDE_PATH}\n$ export LIBRARY_PATH=${PWD}/raylib-6.0_linux_amd64/lib/:${LIBRARY_PATH}\n```\n",
  "maintainers": [
    "Fabien Chouteau <fabien.chouteau@gmail.com>"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau"
  ],
  "name": "raylib",
  "origin": {
    "commit": "d6a489037ca3d9c3ffe3f73a0a3ce6168ee70297",
    "url": "git+https://github.com/Fabien-Chouteau/raylib-ada.git"
  },
  "tags": [
    "raylib",
    "gamedev",
    "binding"
  ],
  "version": "2.0.0",
  "website": "https://github.com/Fabien-Chouteau/raylib-ada"
}
