jruby 9.3.9.0+ds-8 source package in Ubuntu

Changelog

jruby (9.3.9.0+ds-8) unstable; urgency=medium

  * d/tests: flag jirb test as flaky
  * d/tests: exclude two more tests on armel/armhf

 -- Jérôme Charaoui <email address hidden>  Mon, 16 Jan 2023 16:08:51 -0500

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic proposed universe ruby

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.3.9.0+ds-8.dsc 2.8 KiB b5c678b3b9a82b0a4c61b8c6189aa3733f714457f5e1ce3cfe0d14c575e8e2e6
jruby_9.3.9.0+ds.orig-rubygems-default.tar.xz 12.1 MiB d207feac4f3479529b2394c765455d3114d86cc2844707cd958fb897b361b235
jruby_9.3.9.0+ds.orig.tar.xz 5.1 MiB f826c30426bb15bbe5be8d7290f48474d9e2833a521b5b9a01fca43cb3780997
jruby_9.3.9.0+ds-8.debian.tar.xz 38.9 KiB 32908b2abbb1e801256422ed3dbbfcf77610d3ebcad90e709c9814c7c526f804

Available diffs

No changes file available.

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.