Source: libtoml-tiny-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: gregor herrmann , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libdatetime-format-iso8601-perl , libdatetime-format-rfc3339-perl , libmath-bigint-perl , libtest-needs-perl , libtest-simple-perl , libtest2-suite-perl , libtoml-parser-perl , libtypes-serialiser-perl , perl, 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 Package: libtoml-tiny-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-format-iso8601-perl, libdatetime-format-rfc3339-perl, libmath-bigint-perl, Recommends: libtypes-serialiser-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.