File: control

package info (click to toggle)
ruby-grape-entity 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 408 kB
  • ctags: 335
  • sloc: ruby: 2,826; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,404 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
Source: ruby-grape-entity
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>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-activesupport,
               ruby-multi-json,
               ruby-rspec
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-grape-entity.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-grape-entity.git
Homepage: https://github.com/intridea/grape-entity
XS-Ruby-Versions: all

Package: ruby-grape-entity
Architecture: all
Depends: ruby | ruby-interpreter,
         ruby-activesupport,
         ruby-multi-json,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Entity support to API frameworks, such as Grape
 This library adds Entity support to API frameworks, such as Grape. Grape's
 Entity is an API focused facade that sits on top of an object model.
 .
 Entities are a reusable means for converting Ruby objects to API responses.
 Entities can be used to conditionally include fields, nest other entities, and
 build ever larger responses, using inheritance.
XB-Ruby-Versions: ${ruby:Versions}