Source: ruby-toml Section: ruby Maintainer: Debian Ruby Team Uploaders: Axel Wagner , Youhei SASAKI , 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.