jruby 9.4.6.0+ds-1.1ubuntu1 source package in Ubuntu

Changelog

jruby (9.4.6.0+ds-1.1ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/t/control: mark mri-extra, spec-ruby, mri-stdlib as flaky. See
      launchpad bug 2054943.

 -- Gianfranco Costamagna <email address hidden>  Thu, 02 May 2024 14:54:06 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.4.6.0+ds.orig-rubygems.tar.xz 14.5 MiB 81172a9bce6f1e89fccfb25dfe4b27b2894aec9914041b0874534520c9f2b74d
jruby_9.4.6.0+ds.orig.tar.xz 5.9 MiB 89126d19fede9e1cd5e434ff8ebc528b998c3467ff9714117e4c8efa587340ee
jruby_9.4.6.0+ds-1.1ubuntu1.debian.tar.xz 38.5 KiB 20bf50ec4a29305d37a2be0690ded8bc4140ed3f59e55e17d9a92743109dc159
jruby_9.4.6.0+ds-1.1ubuntu1.dsc 3.4 KiB 7f17ef668e2fe6247504d305135fa8dca7e41ff036bfb4657c432c4b3caca1e8

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.