File: control

package info (click to toggle)
ruby-grape-entity 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 456 kB
  • sloc: ruby: 3,335; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,323 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 Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-activesupport,
               ruby-multi-json,
               ruby-rspec,
               ruby-simplecov,
               ruby-coveralls
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape-entity
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape-entity.git
Homepage: https://github.com/intridea/grape-entity
XS-Ruby-Versions: all
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-ruby

Package: ruby-grape-entity
Architecture: all
Depends: 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}