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
Build-Depends: debhelper-compat (= 14),
               gem2deb,
               rake,
               ruby-minitest-global-expectations,
               ruby-webrick (>= 1.7~)
Standards-Version: 4.7.4
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/

Package: ruby-rack
Architecture: all
Depends: ruby:any
Recommends: ruby-rack-session, ruby-rackup
Breaks: ruby-actionpack (<< 2:7.2.3+dfsg-3~),
        ruby-adsf (<< 1.5),
        ruby-capybara (<< 3.40.0+ds-2~),
        ruby-omniauth (<< 2.1.1-4~),
        ruby-rack-oauth2 (<< 1.11),
        ruby-sinatra (<< 4),
        ruby-sprockets (<< 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/.
