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 30 31 32 33
|
Source: jruby-openssl
Section: ruby
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 9~),
default-jdk,
junit4,
jruby (>= 1.7.19~),
libbcprov-java (>= 1.49~),
libbcpkix-java (>= 1.49~),
libmaven-dependency-plugin-java,
libmaven-exec-plugin-java,
libbuild-helper-maven-plugin-java,
maven-debian-helper (>= 2.0~),
maven-repo-helper
Standards-Version: 3.9.6
Homepage: https://github.com/jruby/jruby-openssl
Vcs-Git: git://anonscm.debian.org/pkg-java/jruby-openssl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jruby-openssl.git
Package: jruby-openssl
Architecture: all
Depends: libbcprov-java (>= 1.49~),
libbcpkix-java (>= 1.49~),
${misc:Depends}
Enhances: jruby
Description: Ruby library that emulates the OpenSSL native library for JRuby
OpenSSL ruby native library provides SSL, TLS and general purpose cryptography
by wrapping the OpenSSL library.
.
JRuby-OpenSSL does the same for JRuby under Java platform. Under the hood
is implemented with the Bouncy Castle Crypto APIs.
|