File: control

package info (click to toggle)
ruby-representable 3.0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 608 kB
  • sloc: ruby: 6,432; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,356 bytes parent folder | download | duplicates (2)
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
Source: ruby-representable
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-declarative (<< 0.1.0),
               ruby-declarative-option (<< 0.2.0),
               ruby-uber (<< 0.2.0),
               ruby-test-xml,
               ruby-virtus,
               ruby-multi-json,
               ruby-prof
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-representable.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-representable.git
Homepage: https://github.com/trailblazer/representable/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-representable
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-declarative (<< 0.1.0),
         ruby-declarative-option (<< 0.2.0),
         ruby-uber (<< 0.2.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Renders and parses JSON/XML/YAML documents from and to Ruby objects
 Includes plain properties, collections, nesting, coercion and more.
 .
 This library is a dependency of ruby-google-api-client, client for accessing
 Google APIs.