jruby 9.3.9.0+ds-8ubuntu1 source package in Ubuntu

Changelog

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

  [ Miguel Landaeta ]
  * Fix FTBFS: adapt and backport changes from 9.4 releases
    to accomodate for changes in regexp library Joni 2.2.
    (LP: #2023589)

 -- Chris Peterson <email address hidden>  Thu, 07 Dec 2023 13:40:02 -0800

Upload details

Uploaded by:
Chris Peterson
Sponsored by:
Dave Jones
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.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-8ubuntu1.debian.tar.xz 42.3 KiB ffb12246bfcb778bb41b5b31212d1ad7fa7c2010ff229ef24e2be6888b1bd244
jruby_9.3.9.0+ds-8ubuntu1.dsc 3.5 KiB baade0c3359f6f49428c4e28e7e7f8907a5be9e0c92ac3af32971d313de6e029

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.