File: control

package info (click to toggle)
ruby-grape 0.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,736 kB
  • ctags: 1,175
  • sloc: ruby: 17,103; makefile: 3
file content (53 lines) | stat: -rw-r--r-- 2,075 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
Source: ruby-grape
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>,
           Antonio Terceiro <terceiro@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-activesupport,
               ruby-builder,
               ruby-cookiejar,
               ruby-grape-entity (>= 0.5.0),
               ruby-hashie (>= 2.1.0),
               ruby-mime-types,
               ruby-multi-json (>= 1.3.2),
               ruby-multi-xml (>= 0.5.2),
               ruby-mustermann19,
               ruby-rack (>= 1.3.0),
               ruby-rack-accept (>= 0.4.5-3~),
               ruby-rack-contrib,
               ruby-rack-test,
               ruby-rspec,
               ruby-virtus (>= 1.0.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-grape.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-grape.git
Homepage: https://github.com/intridea/grape
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-grape
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport,
         ruby-builder,
         ruby-hashie (>= 2.1.0),
         ruby-multi-json (>= 1.3.2),
         ruby-multi-xml (>= 0.5.2),
         ruby-mustermann19,
         ruby-rack (>= 1.3.0),
         ruby-rack-accept (>= 0.4.5-3~),
         ruby-virtus (>= 1.0.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Simple Ruby framework for building REST-like APIs
 Grape is a REST-like API micro-framework for Ruby. It's designed to run on
 Rack or complement existing web application frameworks such as Rails and
 Sinatra by providing a simple DSL to easily develop RESTful APIs. It has
 built-in support for common conventions, including multiple formats,
 subdomain/prefix restriction, content negotiation, versioning and much more.