File: control

package info (click to toggle)
ruby-activemodel-serializers-xml 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 284 kB
  • sloc: ruby: 1,772; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,296 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
Source: ruby-activemodel-serializers-xml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-activerecord (>= 2:5.2.0),
               ruby-activemodel (>= 2:5.2.0),
               ruby-activesupport (>= 2:5.2.0),
               ruby-builder (>= 3.1),
               ruby-sqlite3
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-activemodel-serializers-xml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-activemodel-serializers-xml
Homepage: https://github.com/rails/activemodel-serializers-xml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-activemodel-serializers-xml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activemodel (>= 2:5.2.0),
         ruby-activesupport (>= 2:5.2.0),
         ruby-builder (>= 3.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: xml serialization for active model
 This package provides gems for XML serialization for your Active
 Model, and also for serialization to XML for Active Record.