{
  "actions": {
    "case(os)": {
      "linux": [
        {
          "command": [
            "make",
            "-C",
            "build/gnat",
            "SDL_PLATFORM=linux"
          ],
          "type": "post-fetch"
        },
        {
          "command": [
            "make",
            "-C",
            "build/gnat",
            "SDL_PLATFORM=linux"
          ],
          "type": "pre-build"
        }
      ],
      "macos": [
        {
          "command": [
            "make",
            "-C",
            "build/gnat",
            "SDL_PLATFORM=macosx"
          ],
          "type": "post-fetch"
        }
      ],
      "windows": [
        {
          "command": [
            "make",
            "-C",
            "build/gnat",
            "SDL_PLATFORM=windows"
          ],
          "type": "post-fetch"
        }
      ]
    }
  },
  "authors": [
    "Luke A. Guest"
  ],
  "available": {
    "case(os)": {
      "...": false,
      "linux|macos|windows": true
    }
  },
  "depends-on": [
    {
      "libsdl2": "^2.0",
      "libsdl2_image": "^2.0",
      "libsdl2_ttf": "^2.0",
      "make": "*"
    }
  ],
  "description": "Ada 2012 bindings to SDL 2",
  "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",
      "ios",
      "android"
    ]
  },
  "gpr-set-externals": {
    "case(os)": {
      "linux": {
        "SDL_PLATFORM": "linux"
      },
      "macos": {
        "SDL_PLATFORM": "macosx"
      },
      "windows": {
        "SDL_PLATFORM": "windows"
      }
    }
  },
  "licenses": "Zlib",
  "maintainers": [
    "alejandro@mosteo.com"
  ],
  "maintainers-logins": [
    "mosteo"
  ],
  "name": "sdlada",
  "origin": {
    "commit": "7981bbd658fa7b0618f6fae689b3af634d2d8234",
    "url": "git+https://github.com/alire-project/sdlada.git"
  },
  "project-files": [
    "build/gnat/sdlada.gpr"
  ],
  "tags": [
    "sdl",
    "framework"
  ],
  "version": "2.5.4-1",
  "website": "https://github.com/Lucretia/sdlada"
}
