File: control

package info (click to toggle)
ruby-ice-nine 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 408 kB
  • ctags: 82
  • sloc: ruby: 1,003; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,009 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
Source: ruby-ice-nine
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-rspec (>= 3~),
               ruby-rspec-its
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-ice-nine.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ice-nine.git
Homepage: https://github.com/dkubb/ice_nine
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-ice-nine
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby module to deep freeze objects
 This package provides a Ruby module that allows one to deep freeze
 Ruby objects. This module provides an alternative method of freezing objects
 to the embedded from the Ruby Object module.