Source: ruby-hexdump
Section: ruby
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-rspec
Standards-Version: 4.1.3
Vcs-Git: git://git.kali.org/packages/ruby-hexdump.git
Vcs-Browser: http://git.kali.org/gitweb?p=packages/ruby-hexdump.git;a=summary
Homepage: https://github.com/postmodern/hexdump
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-hexdump
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Simple and Fast hexdumping for Ruby
 This package contains a simple and fast hexdumping for Ruby: it can hexdump
 any Object supporting the each_byte method, send the hexdump output to any
 Object supporting the << method, yield each line of hexdump, instead of
 printing the output. It supports printing ASCII, hexadecimal, decimal, octal
 and binary bytes,  hexdumping 1, 2, 4, 8 byte words, hexdumping Little and Big
 Endian words.
