File: control

package info (click to toggle)
ruby-grape-msgpack 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 18
  • sloc: ruby: 146; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,277 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
Source: ruby-grape-msgpack
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-grape (>= 0.6.0),
               ruby-grape-entity (>= 0.5.0),
               ruby-msgpack (>= 0.5.6),
               ruby-rack-test (>= 0.6.2),
               ruby-rspec (>= 3.4)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-grape-msgpack.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-grape-msgpack.git
Homepage:
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-grape-msgpack
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-grape (>= 0.6.0),
         ruby-msgpack (>= 0.5.6),
         ${misc:Depends},
         ${shlibs:Depends}
Description: MessagePack formatter for Grape framework
 MessagePack is a binary-based efficient object serialization library. It
 enables to exchange structured objects between many languages like JSON. But
 unlike JSON, it is very fast and small.
 .
 This library adds MessagePack support to Grape framework.