File: control

package info (click to toggle)
ruby-jsonify 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 240 kB
  • sloc: ruby: 748; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 967 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
Source: ruby-jsonify
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-multi-json,
               ruby-rspec,
               ruby-tilt
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jsonify.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jsonify
Homepage: https://github.com/bsiggelkow/jsonify
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-jsonify
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-multi-json,
         ${misc:Depends},
         ${shlibs:Depends}
Description: builder-style engine to turn Ruby objects into JSON
 Jsonify provides a builder-style engine for creating correct JSON
 representations of Ruby objects entirely based on the JSON
 specification.