1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: ruby-rc4
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <cedric.boutillier@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rc4.git
Vcs-Browser: http://git.debian.org/?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: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
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.
|