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 38 39 40 41 42 43 44 45 46
|
Source: ruby-rack
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Chris Lamb <lamby@debian.org>,
Lucas Nussbaum <lucas@debian.org>,
Youhei SASAKI <uwabami@gfd-dennou.org>,
Paul van Tilburg <paulvt@debian.org>,
Utkarsh Gupta <utkarsh@debian.org>,
Lucas Kanashiro <kanashiro@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-minitest-global-expectations,
ruby-webrick (>= 1.7~)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack.git
Homepage: https://rack.github.io/
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-rack
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any,
${misc:Depends},
${shlibs:Depends}
Recommends: ruby-rackup,
ruby-rack-session
Breaks: ruby-rack-oauth2 (<< 1.11),
ruby-adsf (<< 1.5),
ruby-capybara (<< 3.40.0+ds-2~),
ruby-sinatra (<< 4),
ruby-sprockets (<< 4),
ruby-omniauth (<< 2.1.1-4~),
unicorn (<< 6.1.0+git.20250131),
Multi-Arch: foreign
Description: modular Ruby webserver interface
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
.
Also see http://rack.github.io/.
|