File: control

package info (click to toggle)
ruby-base64 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 144 kB
  • sloc: ruby: 138; makefile: 4; sh: 4
file content (28 lines) | stat: -rw-r--r-- 1,033 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
Source: ruby-base64
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-base64.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-base64
Homepage: https://github.com/ruby/base64
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-base64
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: support for encoding and decoding binary data using a Base64 representation
 This Ruby library provides methods to easily encode and decode binary data
 using a Base64 representation.
 .
 The purpose of using base64 to encode data is that it translates any
 binary data into purely printable characters.
 .
 This package provides a newer version than the one bundled with the current
 ruby interpreter.