File: control

package info (click to toggle)
ruby-active-model-serializers 0.10.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,752 kB
  • sloc: ruby: 13,138; sh: 53; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,774 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
Source: ruby-active-model-serializers
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               pry,
               rake,
               ruby-actionpack (>= 2:4.1),
               ruby-activemodel (>= 2:4.1),
               ruby-activerecord (>= 2:4.1),
               ruby-case-transform,
               ruby-grape,
               ruby-json-schema,
               ruby-jsonapi-renderer (>= 0.1.1.beta1),
               ruby-kaminari,
               ruby-rails (>= 2:4.1),
               ruby-railties (>= 2:4.1),
               ruby-sqlite3,
               ruby-timecop,
               ruby-will-paginate
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-active-model-serializers.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-active-model-serializers
Homepage: https://github.com/rails-api/active_model_serializers
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-active-model-serializers
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Making it easy to serialize models for client-side use
 Bringing consistency and object orientation to model serialization. Works
 great for client-side MVC frameworks! ActiveModel::Serializers brings
 convention over configuration to your JSON generation. AMS does this through
 two components: serializers and adapters. Serializers describe which
 attributes and relationships should be serialized. Adapters describe how
 attributes and relationships should be serialized.