File: control

package info (click to toggle)
ruby-rabl 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,276 kB
  • sloc: ruby: 6,732; javascript: 102; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,589 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
Source: ruby-rabl
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-activesupport,
               ruby-bson,
               ruby-builder,
               ruby-hashie,
               ruby-json,
               ruby-msgpack,
               ruby-oj,
               ruby-plist,
               ruby-riot,
               ruby-tilt
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rabl.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rabl
Homepage: https://github.com/nesquena/rabl
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-rabl
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ruby-bson,
         ruby-json,
         ruby-msgpack,
         ${shlibs:Depends}
Suggests: ruby-hashie
Description: Ruby templating library with JSON, BSON, XML and MessagePack support
 RABL (Ruby API Builder Language) is a Rails and Padrino Ruby templating system
 for generating JSON, XML, MessagePack, and BSON.
 .
 It allows one to easily:
  * create arbitrary nodes named based on combining data in an object
  * pass arguments to methods and store the result as a child node
  * render partial templates and inherit to reduce code duplication
  * rename or alias attributes to change the name from the model
  * append attributes from a child into a parent node
  * include nodes only if a certain condition has been met