File: control

package info (click to toggle)
ruby-stringify-hash 0.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: ruby: 181; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 792 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
Source: ruby-stringify-hash
Section: ruby
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
 gem2deb,
 rake,
 ruby-rspec,
 ruby-simplecov
Standards-Version: 4.7.2
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
Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-stringify-hash
Architecture: all
Ruby-Versions: ${ruby:Versions}
Depends: ruby, ${ruby:Depends}, ${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.