<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>iohann.s.titov@gmail.com</email>
    <name>Ivan S. Titov</name>
  </maintainer>
  <longdescription lang="en">
    Lemonade is a local AI server that exposes optimized LLMs through
    OpenAI / Anthropic / Ollama compatible APIs, running inference on
    AMD NPU and GPU. The C++ server core (lemond, lemonade-server) is
    packaged here without the Tauri desktop wrapper or the bundled
    web frontend; both are CMake-toggleable and can be added behind
    USE flags later if needed.

    Pairs with sci-ml/fastflowlm to drive the AMD Ryzen AI XDNA2 NPU
    backend.
  </longdescription>
  <use>
    <flag name="fastflowlm">Pull in <pkg>sci-ml/fastflowlm</pkg> as the NPU backend</flag>
  </use>
  <upstream>
    <remote-id type="github">lemonade-sdk/lemonade</remote-id>
    <bugs-to>https://github.com/lemonade-sdk/lemonade/issues</bugs-to>
    <doc>https://lemonade-server.ai/docs/</doc>
  </upstream>
</pkgmetadata>
