File: control

package info (click to toggle)
ruby-asetus 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: ruby: 248; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 941 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
Source: ruby-asetus
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <genannt@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-json,
               ruby-toml
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-asetus.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-asetus
Homepage: https://github.com/ytti/asetus
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-asetus
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-json,
         ruby-toml,
         ${misc:Depends},
         ${shlibs:Depends}
Description: configuration library with YAML/JSON/TOML backends
 Asetus is a ruby library that provides a easy method to acccess
 configuration files. Available backends are:
  - YAML
  - JSON
  - TOML