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 29 30 31 32 33 34 35 36 37 38 39
|
Source: tmuxinator
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
pry,
rake,
ruby-awesome-print,
ruby-coveralls,
ruby-erubis,
ruby-factory-bot,
ruby-rspec,
ruby-thor,
ruby-simplecov,
ruby-xdg,
tmux,
bash-completion
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/ruby-team/tmuxinator
Vcs-Git: https://salsa.debian.org/ruby-team/tmuxinator.git
Homepage: https://github.com/tmuxinator/tmuxinator
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: tmuxinator
Architecture: all
Depends: ruby,
ruby-erubis,
ruby-thor,
ruby-xdg,
tmux,
${misc:Depends},
${shlibs:Depends}
Enhances: tmux
XB-Ruby-Versions: ${ruby:Versions}
Description: Create and manage tmux sessions easily
Tmuxinator is management tool of tmux sessions.
|