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 59 60 61 62 63 64 65 66 67 68 69
|
Source: libsinatra-ruby
Section: ruby
Priority: extra
Maintainer: Laurent Vallar <val@zbla.net>
Standards-Version: 3.8.4
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.37), ruby-pkg-tools (>= 0.17), libsetup-ruby1.8
Build-Depends-Indep: ruby1.8, ruby1.9.1, rdoc1.8, rdoc1.9.1, graphviz
Homepage: http://www.sinatrarb.com/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libsinatra-ruby/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libsinatra-ruby/
Package: libsinatra-ruby1.8
Architecture: all
Depends: ${misc:Depends}, ruby1.8, librack-ruby1.8
Suggests: mongrel, thin1.8
Description: Ruby web-development dressed in a DSL
Sinatra is an open source web framework for Ruby programming language.
It provides simple Domain Specific Language (DSL) for defining RESTful
HTTP actions, and then defining how the application is going to respond
to them.
.
This framework is lighweight and uses Rack which is a web server
interface developed to run many Ruby frameworks using the same stack.
Package: libsinatra-ruby1.9.1
Architecture: all
Depends: ${misc:Depends}, ruby1.9.1, librack-ruby1.9.1
Suggests: mongrel, thin1.9.1
Description: Ruby web-development dressed in a DSL
Sinatra is an open source web framework for Ruby programming language.
It provides simple Domain Specific Language (DSL) for defining RESTful
HTTP actions, and then defining how the application is going to respond
to them.
.
This framework is lighweight and uses Rack which is a web server
interface developed to run many Ruby frameworks using the same stack.
Package: libsinatra-ruby
Architecture: all
Depends: ${misc:Depends}, libsinatra-ruby1.8
Description: Ruby web-development dressed in a DSL (Ruby 1.8 package)
Sinatra is an open source web framework for Ruby programming language.
It provides simple Domain Specific Language (DSL) for defining RESTful
HTTP actions, and then defining how the application is going to respond
to them.
.
This framework is lighweight and uses Rack which is a web server
interface developed to run many Ruby frameworks using the same stack.
.
This is a dummy package depending on the library for the current default
version of Ruby.
Package: libsinatra-ruby-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Ruby web-development dressed in a DSL (documentation)
Sinatra is an open source web framework for Ruby programming language.
It provides simple Domain Specific Language (DSL) for defining RESTful
HTTP actions, and then defining how the application is going to respond
to them.
.
This framework is lighweight and uses Rack which is a web server
interface developed to run many Ruby frameworks using the same stack.
.
This is the documentation package, with upstream documentation, as well as
generated rdoc.
|