Source: ruby-rack Maintainer: Debian Ruby Team Uploaders: Chris Lamb , Lucas Nussbaum , Youhei SASAKI , Paul van Tilburg , Utkarsh Gupta , Lucas Kanashiro Section: ruby Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-bacon, ruby-concurrent, ruby-dalli, ruby-minitest-global-expectations, ruby-webrick (>= 1.7~) Standards-Version: 4.6.2 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) 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/.