[general] description = "Ada 2012 bindings to SDL 2" licenses = ["zlib"] authors = ["Luke A. Guest"] maintainers = ["alejandro@mosteo.com"] maintainers-logins = ["mosteo"] project-files = ["build/gnat/sdlada.gpr"] [general.gpr-externals] SDL_MODE = ["debug", "release"] SDL_PLATFORM = ["linux", "bsd", "windows", "macosx", "ios", "android"] [general.gpr-set-externals] SDL_MODE = "release" [general.gpr-set-externals.'case(os)'] linux = { SDL_PLATFORM = "linux" } [general.available.'case(os)'] linux = true '...' = false ['2.3.1'] origin = "https://github.com/Lucretia/sdlada/archive/v2.3.1.tar.gz" origin-hashes = ["sha512:786a047fd74f5105eef9d8b3f1ad082b915339cf9da4a2c32f7789dc12005acb2999301e616a67ec0b2a4c084586e812f8d6343dbd33d8bd165ba58a94db16e3"] ['2.3.1'.depends-on] libsdl2 = "^2.0" libsdl2_image = "^2.0" libsdl2_ttf = "^2.0"