File: control

package info (click to toggle)
ruby-typed-array 0.1.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: ruby: 370; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,010 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-typed-array
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-rspec
Standards-Version: 4.6.2
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
Rules-Requires-Root: no

Package: ruby-typed-array
Architecture: all
Depends: ruby:any,
         ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
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.