File: control

package info (click to toggle)
ruby-toml-rb 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 756 kB
  • sloc: ruby: 1,343; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,014 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-rb
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-citrus,
               ruby-citrus
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-toml-rb.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-toml-rb
Homepage: https://github.com/emancu/toml-rb
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-toml-rb
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-citrus,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Toml parser in ruby, for ruby
 A Toml parser using Citrus parsing library.
 .
 Citrus is a compact and powerful parsing library for Ruby that combines the
 elegance and expressiveness of the language with the simplicity and power of
 parsing expressions.