2.3.1
- Authors
- Luke A. Guest
- Maintainers
- alejandro@mosteo.com
- Licenses
- Zlib
- Project files
- build/gnat/sdlada.gpr
- Availability
- {"case(os)": {"...": false, "linux": true, "macos": true, "windows": true}}
- Manifest
- index/sd/sdlada/sdlada-2.3.1.toml
Build and platform metadata 5 fields
- Actions
{
"case(os)": {
"linux": [
{
"command": [
"make",
"-C",
"build/gnat",
"SDL_PLATFORM=linux",
"SDL_MODE=release"
],
"type": "post-fetch"
}
],
"macos": [
{
"command": [
"make",
"-C",
"build/gnat",
"SDL_PLATFORM=macosx",
"SDL_MODE=release"
],
"type": "post-fetch"
}
],
"windows": [
{
"command": [
"make",
"-C",
"build/gnat",
"SDL_PLATFORM=windows",
"SDL_MODE=release"
],
"type": "post-fetch"
}
]
}
}
- GPR externals
{
"SDL_MODE": [
"debug",
"release"
],
"SDL_PLATFORM": [
"linux",
"bsd",
"windows",
"macosx",
"ios",
"android"
]
}
- GPR values
{
"SDL_MODE": "release",
"case(os)": {
"linux": {
"SDL_PLATFORM": "linux"
}
}
}
- Environment
{
"case(distribution)": {
"msys2": {
"C_INCLUDE_PATH": {
"append": "${DISTRIB_ROOT}/mingw64/include/SDL2"
}
}
}
}
- Additional origin data
{
"hashes": [
"sha512:786a047fd74f5105eef9d8b3f1ad082b915339cf9da4a2c32f7789dc12005acb2999301e616a67ec0b2a4c084586e812f8d6343dbd33d8bd165ba58a94db16e3"
]
}