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 (>= 10~),
default-jdk,
jruby (>= 1.7.19~),
junit4,
libbcpkix-java (>= 1.49~),
libbcprov-java (>= 1.49~),
libbuild-helper-maven-plugin-java,
libmaven-dependency-plugin-java,
libmaven-exec-plugin-java,
maven-debian-helper,
maven-repo-helper
Standards-Version: 4.1.1
Homepage: https://github.com/jruby/jruby-openssl
Vcs-Git: https://salsa.debian.org/java-team/jruby-openssl.git
Vcs-Browser: https://salsa.debian.org/java-team/jruby-openssl
Package: jruby-openssl
Architecture: all
Depends: libbcpkix-java (>= 1.49~),
libbcprov-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.
|