File: control

package info (click to toggle)
ruby-middleware 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 28
  • sloc: ruby: 291; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (2)
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-middleware
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>
Build-Depends: debhelper (>= 9~), gem2deb, ruby-rspec, rake
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-middleware.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-middleware.git;a=summary
Homepage: https://github.com/mitchellh/middleware
Testsuite: autopkgtest
XS-Ruby-Versions: all

Package: ruby-middleware
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
 rake, ruby-redcarpet (>> 2.1.0), ruby-rspec-core (>> 2.8.0),
 ruby-rspec-expectations (>> 2.8.0), ruby-rspec-mocks (>> 2.8.0),
 yard (>> 0.7.5)
Description: middleware abstraction for Ruby.
 Ruby `middleware` is a library which provides a generalized
 implementation of the middleware pattern for Ruby. The middleware
 pattern is a useful abstraction tool in various cases, but is
 specifically useful for splitting large sequential chunks of logic
 into small pieces.