File: control

package info (click to toggle)
ruby-hana 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 136 kB
  • sloc: ruby: 384; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 942 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-hana
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-hana.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-hana
Homepage: https://github.com/tenderlove/hana
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-hana
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: Implementation of JSON Patch and JSON Pointer RFC
 Implements specs of the JSON Patch and JSON pointer RFCs.
 .
 This works against Ruby objects, so one should load the JSON to Ruby,
 process it, then emit as JSON again.