Source: libtoml-tiny-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libdatetime-format-iso8601-perl , libdatetime-format-rfc3339-perl , libmath-bigint-perl , libtest-pod-perl , libtest-simple-perl , libtest2-suite-perl , libtoml-parser-perl , perl Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtoml-tiny-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtoml-tiny-perl.git Homepage: https://metacpan.org/release/TOML-Tiny Rules-Requires-Root: no Package: libtoml-tiny-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmath-bigint-perl Recommends: libtypes-serialiser-perl Suggests: libdatetime-format-rfc3339-perl Description: minimal, pure perl TOML parser and serializer TOML::Tiny implements a pure-perl parser and generator for the TOML (https://github.com/toml-lang/toml) data format. It currently conforms to TOML v5 (with a few caveats) with support for more recent changes in pursuit of v6. . TOML::Tiny strives to maintain an interface compatible to the TOML and TOML::Parser modules, and could even be used to override $TOML::Parser.