File: control

package info (click to toggle)
ruby-toml 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 252 kB
  • ctags: 115
  • sloc: ruby: 633; sh: 3; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,183 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
Source: ruby-toml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Axel Wagner <mero@merovius.de>,
           Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-minitest,
               ruby-multi-json,
               ruby-parslet (>= 1.7.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-toml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-toml.git
Homepage: http://github.com/jm/toml
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-toml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-parslet (>= 1.7.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: TOML Parser library for Ruby
 TOML aims to be a minimal configuration file format that's easy to read
 due to obvious semantics. TOML is designed to map unambiguously to a
 hash table. TOML should be easy to parse into data structures in a wide
 variety of languages.
 .
 This package provides TOML parser for Ruby.