File: control

package info (click to toggle)
ruby-roxml 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 848 kB
  • sloc: ruby: 4,118; xml: 1,013; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,438 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
Source: ruby-roxml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 12~),
               gem2deb,
               rake,
               ruby-activerecord (>= 2:4.0),
               ruby-activesupport (>= 2:4.0),
               ruby-nokogiri (>= 1.3.3),
               ruby-rspec,
               ruby-sqlite3,
               ruby-test-unit
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-roxml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-roxml
Homepage: https://github.com/Empact/roxml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-roxml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-activesupport (>= 2:4.0),
         ruby-libxml,
         ruby-nokogiri (>= 1.3.3),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby Object to XML mapping library
 ROXML is a Ruby library designed to make it easier for Ruby developers
 to work with XML. Using simple annotations, it enables Ruby classes to
 be mapped to XML. ROXML takes care of the marshalling and unmarshalling
 of mapped attributes so that developers can focus on building
 first-class Ruby classes. As a result, ROXML simplifies the development
 of RESTful applications, Web Services, and XML-RPC.