Source: ruby-rack Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Chris Lamb , Lucas Nussbaum , Youhei SASAKI , Paul van Tilburg , Build-Depends: debhelper (>= 11~), gem2deb, rake, ruby-bacon, ruby-concurrent (>= 1.0.3~), ruby-dalli, thin, Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack Homepage: https://rack.github.io/ XS-Ruby-Versions: all Package: ruby-rack Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}, Breaks: ruby-sinatra (<< 2) 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/.