File: control

package info (click to toggle)
ruby-psych 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,184 kB
  • sloc: ansic: 8,255; ruby: 7,037; java: 710; makefile: 18; sh: 4
file content (58 lines) | stat: -rw-r--r-- 2,166 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
58
Source: ruby-psych
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>,
           Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 11~),
               default-jdk,
               gem2deb,
               javahelper,
               jruby (>= 9.1.6.0~),
               libyaml-dev,
               libyaml-snake-java (>= 1.23~),
               rake,
               rake-compiler
Standards-Version: 4.3.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
XS-Ruby-Versions: all

Package: ruby-psych
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc: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: libbytelist-java,
         libjcodings-java,
         libyaml-snake-java (>= 1.23~),
         ${misc:Depends}
Suggests: jruby (>= 9.1.6.0~)
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.