File: control

package info (click to toggle)
ruby-mime 0.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • ctags: 162
  • sloc: ruby: 1,171; xml: 17; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: ruby-mime
Section: ruby
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb
Standards-Version: 3.9.8
Homepage: http://ecentryx.com/gems/mime
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-mime.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mime.git
XS-Ruby-Versions: all

Package: ruby-mime
Architecture: all
Depends: ruby | ruby-interpreter,
         ${misc:Depends}
Description: MIME library for Ruby
 ruby-mime is a library for building RFC compliant Multipurpose Internet
 Mail Extensions (MIME) messages. It can be used to construct standardized
 MIME messages for use in client/server communications, such as Internet
 mail or HTTP multipart/form-data transactions.