File: control

package info (click to toggle)
ruby-xmlrpc 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 320 kB
  • sloc: ruby: 2,395; xml: 82; sh: 4; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,088 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
28
29
30
Source: ruby-xmlrpc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
           Chris Hofstaedtler <zeha@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-xmlrpc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-xmlrpc
Homepage: https://github.com/ruby/xmlrpc
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-xmlrpc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Multi-Arch: foreign
# XXX no dependency on ruby, on purpose
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: XMLRPC library for Ruby
 XMLRPC is a lightweight protocol that enables remote procedure calls over
 HTTP.  It is defined at http://www.xmlrpc.com.
 .
 This package enables you to create a server that implements remote procedures
 and a client that calls them.  Very little code is required to achieve either
 of these.