File: control

package info (click to toggle)
ruby-rack-parser 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: ruby: 172; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,021 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
Source: ruby-rack-parser
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-rack,
               ruby-rack-test
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack-parser.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack-parser
Homepage: https://www.github.com/achiu/rack-parser
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-rack-parser
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Rack Middleware for parsing post body data
 Rack::Parser is a rack middleware that allows your application to do
 decode/parse incoming post data into param hashes for your applications to
 use. You can provide a custom Parser for things like JSON, XML, MSGPACK using
 your library of choice.