Raw Metadata XML
<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>
<doc>https://lemonade-server.ai/docs/</doc>
<bugs-to>https://github.com/lemonade-sdk/lemonade/issues</bugs-to>
<remote-id type="github">lemonade-sdk/lemonade</remote-id>
</upstream>
</pkgmetadata>