File: control

package info (click to toggle)
ruby-pluggaloid 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ruby: 1,752; sh: 4; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
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
Source: ruby-pluggaloid
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-delayer (<< 2.0),
               ruby-delayer,
               ruby-instance-storage
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-pluggaloid.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-pluggaloid
Homepage: https://github.com/toshia/pluggaloid
Rules-Requires-Root: no

Package: ruby-pluggaloid
Architecture: all
Depends: ${ruby:Depends},
         ruby-delayer (<< 2.0),
         ruby-delayer (>= 1.0),
         ruby-instance-storage,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Extensible plugin system for mikutter
 This library is used by mikutter for extensible plugin system.
 It provides plugin system and event communication.