- OCaml 97.9%
- Standard ML 1.1%
- Shell 0.4%
- HTML 0.3%
- Perl 0.2%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .gear | ||
| bin/zoryn | ||
| completions | ||
| docs | ||
| examples/builders.d | ||
| fuzz | ||
| lib | ||
| overrides | ||
| test | ||
| .duneignore | ||
| .gitignore | ||
| .ocamlformat | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| dune | ||
| dune-project | ||
| dune-workspace | ||
| LICENSE | ||
| mkdocs.yml | ||
| README.md | ||
| README.ru.md | ||
| TODO.md | ||
| zoryn.opam | ||
zoryn
Zoryn — ALT Linux maintainer assistant.
Website: https://rider.altlinux.team/zoryn/ · Docs: https://rider.altlinux.team/zoryn/docs/ · Source: https://altlinux.space/rider/zoryn
The name comes from an ancient root meaning light and clear sight. Zoryn helps you see through the maze of upstream releases, spec files, and build queues — automating what can be automated, while keeping you in control of the process.
At the core of a maintainer's day: two commands (zoryn up → zoryn submit) plus a handful of helpers get a package from upstream release to a sisyphus subtask.
Install
apt-get install zoryn
From source — see Installation.
Quick start
zoryn gen environment # bootstrap ~/.zoryn, SSH, hasher, RPM macros
zoryn clone mypackage
cd mypackage
zoryn up # fetch → merge → spec → changelog → build
zoryn submit # commit → tag → push → task add — one command
Documentation
Full documentation lives at https://rider.altlinux.team/zoryn/docs/:
- Guide — installation, quick start, configuration, build farm, hooks, sandbox
- Commands — reference for every subcommand:
up,build,builder,commit,submit,spec,task,check,tag,gen,clone - Batch configs — describing groups of related packages
- Changelog
Source markdown lives under docs/en/ (and docs/ru/ for Russian). Build locally with:
mkdocs serve # requires python3-module-mkdocs-material + mkdocs-static-i18n
The landing page (site/index.html) and MkDocs-built docs share the same warm-dark aesthetic and sit side-by-side in site/.
Russian
Русскоязычная версия: README.ru.md · docs: https://rider.altlinux.team/zoryn/docs/ru/
License
GPL-2.0-or-later — see AUTHORS.
Repository: https://altlinux.space/rider/zoryn