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
|
Source: ruby-typed-array
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-rspec
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-typed-array.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-typed-array
Homepage: https://github.com/yaauie/typed-array
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-typed-array
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Ruby library providing enforced-type functionality to Arrays
All methods that alter the contents of an array that implements this Gem are
first checked to ensure that the added items are of the types allowed. All
methods behave exactly as their Array counterparts, including additional
forms, block processing, etc.
|