jruby 9.4.6.0+ds-1ubuntu3 source package in Ubuntu

Changelog

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

  * Update libfixposix dependency to time64_t variant

 -- Gianfranco Costamagna <email address hidden>  Wed, 20 Mar 2024 07:56:30 +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
Noble release universe ruby

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-1ubuntu3.debian.tar.xz 38.4 KiB e34bd118eed7c1e109d0c86395ceea6f8285435acce98cdb2353ddf4d87b7bc8
jruby_9.4.6.0+ds-1ubuntu3.dsc 3.5 KiB f80f053bdd7fcc7b19c78665421e0450ea3e2ad916720d86af2b19d18cd16a3d

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.