File: control

package info (click to toggle)
ruby-stringify-hash 0.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: ruby: 181; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 859 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
Source: ruby-stringify-hash
Section: ruby
Priority: optional
Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
Uploaders: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 11),
 gem2deb,
 rake,
 ruby-rspec,
 ruby-simplecov
Standards-Version: 4.2.1
Homepage: https://github.com/puppetlabs/stringify-hash
Vcs-Browser: https://salsa.debian.org/debian/ruby-stringify-hash
Vcs-Git: https://salsa.debian.org/debian/ruby-stringify-hash.git
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-stringify-hash
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}
Description: ruby hash object that treats symbols and strings interchangeably
 A ruby hash object that treats symbols and strings interchangeably,
 and also recursively merges hashes.