File: control

package info (click to toggle)
ruby-ddplugin 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 128 kB
  • sloc: ruby: 154; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,016 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-ddplugin
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ddplugin.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ddplugin
Homepage: http://github.com/ddfreyne/ddplugin/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-ddplugin
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: plugins management for Ruby apps
 ddplugin is a library for managing plugins.
 .
 Designing a library so that third parties can easily extend it greatly improves
 its usefulness. ddplugin helps solve this problem using plugins, which are
 classes of a certain type and with a given identifier (Ruby symbol).