File: control

package info (click to toggle)
ruby-actionpack-xml-parser 2.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 164 kB
  • sloc: ruby: 432; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,049 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
Source: ruby-actionpack-xml-parser
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Klee Dienes <klee@debian.org>,
           Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-actionpack,
               ruby-railties
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-actionpack-xml-parser.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-actionpack-xml-parser
Homepage: https://rubyonrails.org
Testsuite: autopkgtest-pkg-ruby

Package: ruby-actionpack-xml-parser
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: XML parameters parser for Action Pack
 This package implements parsing XML paramenters for the Action Pack, which is
 the HTTP handling component of the Rails framework. This code has been
 extracted out from the Rails core in the 4.0 release.