{
 "app_id": "net.krafting.PedantiK",
 "source_url": "https://raw.githubusercontent.com/flathub/net.krafting.PedantiK/master/net.krafting.PedantiK.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 12,
 "fetched_at": "2026-09-17T16:13:31.256723+00:00",
 "manifest": {
  "app-id": "net.krafting.PedantiK",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "PedantiK.py",
  "finish-args": [
   "--share=ipc",
   "--device=dri",
   "--share=network",
   "--socket=wayland",
   "--socket=fallback-x11"
  ],
  "add-extensions": {
   "net.krafting.PedantiK.Lang": {
    "directory": "share/extra",
    "subdirectories": true,
    "no-autodownload": true,
    "autodelete": true
   }
  },
  "cleanup-commands": [
   "mkdir -p /app/share/extra"
  ],
  "modules": [
   {
    "name": "OpenBLAS",
    "buildsystem": "cmake-ninja",
    "builddir": true,
    "config-opts": [
     "-DBUILD_SHARED_LIBS=ON",
     "-DDYNAMIC_ARCH=ON",
     "-DBUILD_TESTING=OFF"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/OpenMathLib/OpenBLAS",
      "tag": "v0.3.34",
      "commit": "e0166008be8e466242aa76b2ff75ce3f0fbf574a"
     }
    ]
   },
   {
    "name": "meson-python",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/mesonbuild/meson-python",
      "tag": "0.20.0",
      "commit": "9f207c9d2abce567d643b0fa3d0f1e4a5d5866d7"
     }
    ]
   },
   "python3-pyproject_metadata.json",
   "python3-numpy.json",
   "python3-pythran.json",
   "python3-pybind11.json",
   "python3-scipy.json",
   "python3-smart_open.json",
   {
    "name": "Gensim",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-build-isolation --prefix=/app ."
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/piskvorky/gensim",
      "tag": "4.4.0",
      "commit": "ee2642b4fa26e689ba4595067504668bc7a89016"
     }
    ]
   },
   "python3-requests.json",
   "python3-unidecode.json",
   {
    "name": "PedantiK",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 PedantiK.py /app/bin/PedantiK.py",
     "cp -r utils/ /app/bin/utils/",
     "cp -r locales /app/",
     "cp -r languages /app/bin/",
     "install -Dm 0644 net.krafting.PedantiK.desktop  /app/share/applications/net.krafting.PedantiK.desktop",
     "install -Dm 0644 net.krafting.PedantiK.metainfo.xml  /app/share/metainfo/net.krafting.PedantiK.metainfo.xml",
     "install -Dm 0644 images/net.krafting.PedantiK.svg /app/share/icons/hicolor/scalable/apps/net.krafting.PedantiK.svg",
     "install -Dm 0644 images/icons-symbolic/* /app/share/icons/hicolor/scalable/apps/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.com/Krafting/PedantiK",
      "tag": "1.6.1",
      "commit": "436f13c5a8a7980c583247881e5ab4ab98c6eb21",
      "x-checker-data": {
       "type": "git",
       "tag-pattern": "^([\\d.]+)$"
      }
     }
    ]
   }
  ]
 }
}