{
 "app_id": "com.github.sixpounder.GameOfLife",
 "source_url": "https://raw.githubusercontent.com/flathub/com.github.sixpounder.GameOfLife/master/com.github.sixpounder.GameOfLife.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:07:50.049316+00:00",
 "manifest": {
  "app-id": "com.github.sixpounder.GameOfLife",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "game-of-life",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--device=dri",
   "--socket=wayland"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "G_MESSAGES_DEBUG": "none",
    "RUST_BACKTRACE": "1",
    "RUST_LOG": "game-of-life=debug,glib=debug"
   }
  },
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/man",
   "/share/doc",
   "/share/gtk-doc",
   "/share/man",
   "/share/pkgconfig",
   "*.la",
   "*.a"
  ],
  "modules": [
   {
    "name": "game-of-life",
    "builddir": true,
    "buildsystem": "meson",
    "config-opts": [
     "-Dbuildtype=release"
    ],
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/game-of-life/cargo"
     }
    },
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/sixpounder/game-of-life/releases/download/v0.6.1/game-of-life-0.6.1.tar.xz",
      "sha256": "877e63c8e38baf10636ca164eb65315125b533ec5ceb2a6014ed29a4b2065bd2"
     }
    ]
   }
  ]
 }
}