Package zoryn: Information

    Source package: zoryn
    Version: 0.15.1-alt1
    Latest version according to Repology
    Build time:  Feb 4, 2026, 04:22 PM in the task #407181
    Report package bug
    Summary: Maintainer assistant for ALT Linux package maintenance
    Description: 
    Zoryn is a maintainer assistant that simplifies routine ALT Linux package
    maintenance tasks. It provides a unified interface for version updates from
    upstream, local and remote hasher builds with multi-arch support, spec file
    operations, task management on gitery/gyle, and cross-branch submissions.
    Includes batch builds, automatic dependency detection, and CVE detection
    in changelogs.

    List of RPM packages built from this SRPM:
    ocaml-zoryn (x86_64, aarch64)
    ocaml-zoryn-debuginfo (x86_64, aarch64)
    ocaml-zoryn-devel (x86_64, aarch64)
    zoryn (x86_64, aarch64)
    zoryn-debuginfo (x86_64, aarch64)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin


      1. /dev/pts
      2. /proc
      3. dune >= 3.0
      4. gear
      5. git-core
      6. git-subtree
      7. libcurl-devel
      8. libev-devel
      9. ocaml >= 4.08.0
      10. ocaml-alcotest-devel >= 1.7.0
      11. ocaml-alt-releases-matrix-devel >= 0.2.0
      12. ocaml-cmdliner-devel >= 2.1.0
      13. ocaml-curl-devel >= 0.9.0
      14. ocaml-lambda-term-devel >= 3.0.0
      15. ocaml-linenoise-devel
      16. ocaml-lwt-devel >= 5.0.0
      17. ocaml-opam-file-format-devel >= 2.1.0
      18. ocaml-parsexp-devel
      19. ocaml-ppxlib-devel >= 0.28.0
      20. ocaml-re-devel >= 1.10.0
      21. ocaml-toml-devel
      22. ocaml-yojson-devel >= 1.7.0

    Last changed


    Feb. 4, 2026 Anton Farygin 0.15.1-alt1
    - changed clone to not automatically add gitery remote (use --init-gitery)
    - fixed submit to create gitery repo and run init-db for new packages
    - fixed submit to use actual package Name instead of spec filename
    - fixed up to show correct next step hint (zoryn submit)
    - fixed check spec VCS URL validation for git-only servers
    Feb. 3, 2026 Anton Farygin 0.15.0-alt1
    - added configurable shell commands via [commands] section in ~/.zoryn
    - added readline support in gen environment interactive prompts
    - fixed zoryn up to change to git root directory before running
    Jan. 30, 2026 Anton Farygin 0.14.0-alt1
    - added terminal title display during long-running commands
    - added changelog bug closure syntax validation in check spec
    - fixed build to use [builders] default list for multi-builder mode
    - fixed build to create .gear/ directory for build logs
    - fixed task batch EINTR crash when resizing terminal window