{
 "app_id": "com.github.jeysonflores.giraffeflatpak",
 "source_url": "https://raw.githubusercontent.com/JeysonFlores/GiraffeFlatpak/main/com.github.jeysonflores.giraffeflatpak.yml",
 "runtime": "io.elementary.Platform",
 "runtime_version": "6",
 "sdk": "io.elementary.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--system-talk-name=org.freedesktop.Accounts"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T17:43:58.751102+00:00",
 "manifest": {
  "app-id": "com.github.jeysonflores.giraffeflatpak",
  "runtime": "io.elementary.Platform",
  "runtime-version": "6",
  "sdk": "io.elementary.Sdk",
  "command": "com.github.jeysonflores.giraffeflatpak",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--system-talk-name=org.freedesktop.Accounts"
  ],
  "modules": [
   {
    "name": "polyml",
    "buildsystem": "simple",
    "build-commands": [
     "pwd && ./configure --prefix /app && make && make install"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/polyml/polyml/archive/refs/tags/v5.8.1.tar.gz",
      "sha256": "fa0507b44470b4e07a061ef6a8896efe42710d8436e15721d743572ad2f7753b"
     }
    ]
   },
   {
    "name": "giraffe",
    "buildsystem": "simple",
    "build-commands": [
     "pwd && ./configure --prefix /app/giraffe && make && make install"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "http://giraffelibrary.org/releases/1.0.0-alpha.11/giraffe-1.0.0-alpha.11.tar.gz",
      "sha256": "22f852353a306af7719526317995064434b881e6cde7a58870d731600791ce18"
     }
    ]
   },
   {
    "name": "giraffeflatpak",
    "buildsystem": "simple",
    "build-commands": [
     "make install"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}