File: control

package info (click to toggle)
ruby-toml 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: ruby: 666; sh: 5; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 919 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-toml
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:
 Axel Wagner <mero@merovius.de>,
 Youhei SASAKI <uwabami@gfd-dennou.org>,
Build-Depends:
 debhelper-compat (= 13),
 gem2deb (>= 1),
 rake,
 ruby-multi-json,
 ruby-parslet (>= 1.8.0),
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-toml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-toml
Homepage: https://github.com/jm/toml

Package: ruby-toml
Architecture: all
Depends:
 ${misc:Depends},
 ${ruby: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.