jruby 9.4.6.0+ds-1ubuntu2 source package in Ubuntu

Changelog

jruby (9.4.6.0+ds-1ubuntu2) noble; urgency=medium

  * Rebuild against new libfixposix4t64.

 -- Gianfranco Costamagna <email address hidden>  Tue, 19 Mar 2024 17:04:45 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [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-1ubuntu2.debian.tar.xz 38.3 KiB 931026ff169b3850fb390bfa187784c4d9401f22b7b2406e41b700fdd8625a0d
jruby_9.4.6.0+ds-1ubuntu2.dsc 3.5 KiB f9308d2d31ca5d548c0d5d737e25c1fe1857c42595a282fe3cdcfa4db22b807c

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.