Source: ruby-wavefile Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Hanno Zulla Build-Depends: debhelper-compat (= 12), gem2deb, rake Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-wavefile.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-wavefile 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:Depends}, ${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.