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 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: librack-ruby
Section: ruby
Priority: optional
Maintainer: Ryan Niebur <ryan@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 6), cdbs, libsetup-ruby1.8, ruby-pkg-tools (>= 0.17)
Build-Depends-Indep: ruby1.8, ruby1.9.1
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/librack-ruby/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/librack-ruby/
Package: librack-ruby1.9.1
Architecture: all
Conflicts: librack-ruby1.9
Replaces: librack-ruby1.9
Depends: ruby1.9.1, ${misc:Depends}
Description: A modular Ruby webserver interface (Ruby 1.9.1)
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.
.
The exact details of this are described in the Rack specification,
which all Rack applications should conform to.
.
This is the package for Ruby 1.9.1.
Package: librack-ruby1.8
Architecture: all
Depends: ruby1.8, ${misc:Depends}
Description: A modular Ruby webserver interface (Ruby 1.8)
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.
.
The exact details of this are described in the Rack specification,
which all Rack applications should conform to.
.
This is the package for Ruby 1.8.
Package: librack-ruby
Architecture: all
Depends: librack-ruby1.8 (>= ${source:Version}), ${misc:Depends}, libjs-jquery
Description: A 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.
.
The exact details of this are described in the Rack specification,
which all Rack applications should conform to.
.
This package provide documentation and depends on the package
containing the actual library for the default Ruby version.
|