File: control

package info (click to toggle)
ruby-coercible 1.0.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 700 kB
  • sloc: ruby: 1,734; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,220 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
22
23
24
25
26
27
28
29
30
31
Source: ruby-coercible
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 (>= 7.0.50~),
               gem2deb,
               rake,
               ruby-descendants-tracker (>= 0.0.1),
               ruby-rspec,
               ruby-rspec-its
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coercible.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-coercible.git
Homepage: https://github.com/solnic/coercible
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-coercible
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-descendants-tracker (>= 0.0.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: powerful, flexible and configurable coercion library
 The Coercible Ruby library gives you access to coercer objects where each
 object is responsible for coercing only one type into other types.
 .
 For example a string coercer knows only how to coerce string objects, integer
 coercer knows only how to coerce integers etc.