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 28 29
|
Source: ruby-packable
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
gem2deb (>= 1),
ruby-backports,
ruby-minitest,
ruby-mocha,
ruby-shoulda
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-packable
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-packable.git
Homepage: https://github.com/marcandre/packable
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-packable
Architecture: all
Depends: ruby-backports,
${misc:Depends},
${shlibs:Depends}
Description: extensive packing and unpacking capabilities for Ruby
The packable Ruby library provides a nicer, smarter and more powerful
alternative to Ruby's Array::pack and String::unpack methods to read and write
binary data.
XB-Ruby-Versions: ${ruby:Versions}
|