Source: ruby-typed-array Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: HIGUCHI Daisuke (VDR dai) Build-Depends: debhelper (>= 11~), gem2deb, ruby-rspec Standards-Version: 4.1.4 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 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.