ruby-psych 5.0.2-3 source package in Ubuntu

Changelog

ruby-psych (5.0.2-3) unstable; urgency=medium

  * Team upload.
  * d/p/0004-Fix-RestrictedYAMLTree-allowing-the-Symbol-class-sho.patch: Fix
    FTBFS with Ruby 3.3.
  * Declare compliance with Debian Policy 4.7.0.

 -- Lucas Kanashiro <email address hidden>  Wed, 21 Aug 2024 18:11:16 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Downloads

File Size SHA-256 Checksum
ruby-psych_5.0.2-3.dsc 2.2 KiB 743946b90180ca5b8fa7bc290dd29e7d8d116e6a6ac18740e864abf077364cc2
ruby-psych_5.0.2.orig.tar.gz 92.2 KiB 45d6d8f818ed6dc89b5cba96534ed6da3fb664c253986a16ce9f73286ff2b187
ruby-psych_5.0.2-3.debian.tar.xz 10.2 KiB c02285c38704cb58666fd27a9c731717e2182b5694674c3362b22789c2d2509c

No changes file available.

Binary packages built by this source

libpsych-java: ruby-psych Java extension

 ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its
 YAML parsing and emitting capabilities. In addition to wrapping
 libyaml, Psych also knows how to serialize and de-serialize most Ruby
 objects to and from the YAML format.
 .
 Psych has been included with the main Ruby implementation since 1.9.2,
 and is the default YAML parser from 1.9.3 and beyond.
 .
 libpsych-java ships the Java extension to improve performance for Ruby
 implementations running in the JVM, like jruby.

ruby-psych: libyaml wrapper for Ruby

 ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its
 YAML parsing and emitting capabilities. In addition to wrapping
 libyaml, Psych also knows how to serialize and de-serialize most Ruby
 objects to and from the YAML format.
 .
 Psych has been included with the main Ruby implementation since 1.9.2,
 and is the default YAML parser from 1.9.3 and beyond.

ruby-psych-dbgsym: debug symbols for ruby-psych