File: control

package info (click to toggle)
ruby-enum 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: ruby: 357; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 927 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-enum
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-i18n,
               ruby-rspec
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-enum.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-enum
Homepage: http://github.com/dblock/ruby-enum
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-enum
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-i18n,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Enum-like behavior for Ruby
 Enums can be defined and accessed either as constants or class methods.
 .
 All Enumerable methods and hash-like methods are supported.