Source: ruby-rc4 Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 9~), gem2deb (>= 0.3.0~), ruby-rspec Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rc4.git Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rc4.git;a=summary Homepage: https://github.com/caiges/Ruby-RC4 XS-Ruby-Versions: all Package: ruby-rc4 Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: Ruby library implementing the RC4 algorithm The RC4 encryption algorithm, also known as ARCFOUR is used in popular protocols such as SSL and WEP. This package provides a pure Ruby implementation of this algorithm.