1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: zsh-antidote
Maintainer: Michael Fladischer <fladi@debian.org>
Section: shells
Priority: optional
Build-Depends:
debhelper-compat (= 13),
pandoc,
zsh,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/fladi/zsh-antidote
Vcs-Git: https://salsa.debian.org/fladi/zsh-antidote.git
Homepage: https://github.com/mattmc3/antidote
Rules-Requires-Root: no
Package: zsh-antidote
Architecture: all
Depends:
git,
zsh,
${misc:Depends},
${shlibs:Depends},
Enhances:
zsh,
Description: ZSH plugin manager
Antidote is a feature-complete Zsh implementation of the legacy Antibody plugin
manager, which in turn was derived from Antigen. Antidote not only aims to
provide continuity for those legacy plugin managers, but also to delight new
users with high-performance, easy-to-use Zsh plugin management.
|