File: control

package info (click to toggle)
ruby-sinatra 1.4.7-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,624 kB
  • ctags: 507
  • sloc: ruby: 9,623; makefile: 6
file content (58 lines) | stat: -rw-r--r-- 2,051 bytes parent folder | download
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: ruby-sinatra
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>,
           Pirate Praveen <praveen@debian.org>
Build-Depends: asciidoctor,
               debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-builder,
               ruby-coffee-script,
               ruby-creole,
               ruby-erubis,
               ruby-haml,
               ruby-http,
               ruby-json,
               ruby-kramdown,
               ruby-liquid,
               ruby-maruku,
               ruby-minitest,
               ruby-nokogiri,
               ruby-rabl,
               ruby-rack (>= 1.4) | ruby-rack1.4,
               ruby-rack-protection (>= 1.4),
               ruby-rack-test,
               ruby-rdiscount,
               ruby-redcarpet,
               ruby-redcloth,
               ruby-sass,
               ruby-slim (>= 3.0~),
               ruby-tilt (>= 1.3.4),
               ruby-wikicloth,
               ruby-yajl,
               thin
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-sinatra.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-sinatra.git
Homepage: http://www.sinatrarb.com/
XS-Ruby-Versions: all

Package: ruby-sinatra
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rack (>= 1.4) | ruby-rack1.4,
         ruby-rack-protection (>= 1.4),
         ruby-tilt (>= 1.3.4),
         ${misc:Depends},
         ${shlibs:Depends}
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.