{
 "app_id": "dev.lateralus.Toolchain",
 "source_url": "https://raw.githubusercontent.com/bad-antics/lateralus-lang/main/packaging/flatpak/dev.lateralus.Toolchain.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--filesystem=home",
  "--share=ipc"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:04:48.615720+00:00",
 "manifest": {
  "app-id": "dev.lateralus.Toolchain",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "lateralus",
  "finish-args": [
   "--share=network",
   "--filesystem=home",
   "--share=ipc"
  ],
  "modules": [
   {
    "name": "lateralus-lang",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-deps lateralus-lang==3.2.0"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://files.pythonhosted.org/packages/source/l/lateralus-lang/lateralus_lang-3.2.0.tar.gz",
      "sha256": "a6a3e5da2ccfe2d8dc5d82e359484337ca4e9532dcf7631bee7f2a41a59dd5a0"
     }
    ]
   }
  ]
 }
}