jruby 9.1.17.0-3build5 source package in Ubuntu

Changelog

jruby (9.1.17.0-3build5) focal; urgency=medium

  * No change rebuild against bootstrapped packages

 -- Gianfranco Costamagna <email address hidden>  Fri, 28 Feb 2020 19:37:17 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.1.17.0.orig.tar.gz 8.2 MiB b66d7c14f85075afdabb5ebf5950804c5a5d5c1d05ab833f580f04ee709b5773
jruby_9.1.17.0-3build5.debian.tar.xz 80.2 KiB 6313bc7638fcf266cabcf35203a1d42572bdfd9ffbfaf96b4d4024cd2ebb2dd6
jruby_9.1.17.0-3build5.dsc 3.0 KiB 99090bb09c12eafb00a286902dac3db084b17b72af0723b0fd5bf2155aad88fc

View changes file

Binary packages built by this source

jruby: 100% pure-Java implementation of Ruby

 JRuby is an implementation of the ruby language using the JVM.
 .
 It aims to be a complete, correct and fast implementation of Ruby, at the
 same time as providing powerful new features such as concurrency without a
 global interpreter lock, true parallelism and tight integration to the Java
 language to allow one to use Java classes in Ruby programs and to allow
 JRuby to be embedded into a Java application.
 .
 JRuby can be used as a faster version of Ruby, it can be used to run Ruby
 on the JVM and access powerful JVM libraries such as highly tuned concurrency
 primitives, it can also be used to embed Ruby as a scripting language in your
 Java program, or many other possibilities.