| 1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
- <pkgmetadata>
- <maintainer type="person">
- <email>k4be@k4be.pl</email>
- <name>k4be</name>
- </maintainer>
- <longdescription>
- OpenClaude is a fork of Claude Code that replaces the Anthropic API backend
- with support for any OpenAI-compatible LLM provider, including OpenAI,
- Gemini, DeepSeek, Ollama, and 200+ models via LiteLLM.
- Versioned releases (non-9999) are installed from prebuilt npm tarballs and
- require only Node.js at runtime. The live ebuild (9999) builds from source
- and requires dev-lang/bun.
- </longdescription>
- <upstream>
- <remote-id type="github">Gitlawb/openclaude</remote-id>
- </upstream>
- </pkgmetadata>
|