File: control

package info (click to toggle)
ruby-psych 5.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 896 kB
  • sloc: ruby: 8,450; ansic: 894; java: 762; makefile: 14; sh: 4
file content (57 lines) | stat: -rw-r--r-- 2,131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: ruby-psych
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>,
           Miguel Landaeta <nomadium@debian.org>
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.7.0
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.