Source: ruby-psych Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Andrew Lee (李健秋) , Miguel Landaeta Build-Depends: debhelper-compat (= 13), default-jdk, gem2deb, javahelper, jruby (>= 9.1.6.0~), libjcodings-java, libyaml-dev, libyaml-snake-java (>= 1.23~), rake, rake-compiler Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-psych.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-psych Homepage: https://github.com/ruby/psych Testsuite: autopkgtest-pkg-ruby Rules-Requires-Root: no Package: ruby-psych Architecture: any Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Suggests: libpsych-java (= ${source:Version}), ruby-jar-dependencies Description: 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. Package: libpsych-java Section: java Architecture: all Depends: jruby (>= 9.1.6.0~), libjcodings-java, libyaml-snake-java (>= 1.23~), ${misc:Depends} Description: 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.