File: control

package info (click to toggle)
ruby-wavefile 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 820 kB
  • ctags: 150
  • sloc: ruby: 1,550; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (2)
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-wavefile
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hanno Zulla <kontakt@hanno.de>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-wavefile.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-wavefile.git
Homepage: https://github.com/jstrait/wavefile
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-wavefile
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Pure Ruby library for reading and writing Wave sound files (*.wav)
 You can use this gem to create Ruby programs that produce audio.
 Since it is written in pure Ruby (as opposed to wrapping an
 existing C library), you can use it without having to compile a
 separate extension.