{
  "actions": [
    {
      "command": [
        "make",
        "-C",
        "./build/gnat",
        "tools"
      ],
      "type": "pre-build"
    }
  ],
  "authors": [
    "Luke A. Guest"
  ],
  "available": {
    "case(distribution)": {
      "...": true
    }
  },
  "depends-on": [
    {
      "libsdl2": "^2.0.0",
      "libsdl2_image": "^2.0.0",
      "libsdl2_ttf": "^2.0.0",
      "make": "*"
    }
  ],
  "description": "Ada 2012 SDL 2.x bindings.",
  "environment": {
    "case(distribution)": {
      "msys2": {
        "C_INCLUDE_PATH": {
          "append": "${DISTRIB_ROOT}/mingw64/include/SDL2"
        }
      }
    }
  },
  "gpr-externals": {
    "SDL_MODE": [
      "debug",
      "release"
    ],
    "SDL_PLATFORM": [
      "linux",
      "bsd",
      "windows",
      "macosx",
      "macos_homebrew",
      "ios",
      "android"
    ]
  },
  "gpr-set-externals": {
    "BUILD_MODE": "release",
    "case(os)": {
      "linux": {
        "SDL_PLATFORM": "linux"
      },
      "macos": {
        "SDL_PLATFORM": "macos_homebrew"
      },
      "windows": {
        "SDL_PLATFORM": "windows"
      }
    }
  },
  "licenses": "Zlib",
  "maintainers": [
    "Luke A. Guest <laguest@archeia.com>"
  ],
  "maintainers-logins": [
    "Lucretia"
  ],
  "name": "sdlada",
  "origin": {
    "commit": "429c594de613c5ba2f0d7c59f8708956697e14f1",
    "url": "git+https://github.com/Lucretia/sdlada.git"
  },
  "project-files": [
    "build/gnat/sdlada.gpr"
  ],
  "tags": [
    "gamedev",
    "games",
    "portable",
    "cross-platform"
  ],
  "version": "2.5.5",
  "website": "https://github.com/Lucretia/sdlada"
}
