File: control

package info (click to toggle)
ruby-discordrb-webhooks 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 92 kB
  • sloc: ruby: 408; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 972 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-discordrb-webhooks
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-rest-client
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-discordrb-webhooks.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-discordrb-webhooks
Homepage: https://github.com/shardlab/discordrb
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-discordrb-webhooks
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rest-client,
         ${misc:Depends},
         ${shlibs:Depends}
Description: webhook client for discordrb
 A client for Discord's webhooks to fit alongside discordrb.
 .
 discordrb is ruby implementation of the Discord (https://discordapp.com) API.