File: control

package info (click to toggle)
ruby-delayer 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: ruby: 947; makefile: 3; sh: 2
file content (26 lines) | stat: -rw-r--r-- 765 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
Source: ruby-delayer
Section: ruby
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-test-unit,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-delayer.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-delayer
Homepage: https://github.com/toshia/delayer
XS-Ruby-Versions: all

Package: ruby-delayer
Architecture: all
Multi-Arch: foreign
XB-Ruby-Versions: ${ruby:Versions}
Depends:
 ${misc:Depends},
 ${ruby:Depends},
 ${shlibs:Depends},
Description: Ruby library providing delay the processing
 The delayer library allows you to delay any tasks.
 It is similar to priority-queue mechanism.