libtoml-tiny-perl 0.20-ok1 source package in openKylin
Changelog
libtoml-tiny-perl (0.20-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:23:04 -0700
libtoml-tiny-perl (0.20-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:23:04 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libtoml-tiny-perl_0.20.orig.tar.gz | 71.3 KiB | 9ae765a96205b3d74fb5c4f222713cf8256592c9815139b7a5474c8a3dfa13bc |
| libtoml-tiny-perl_0.20-ok1.debian.tar.xz | 1.9 KiB | 47f22258e5d71df8b0972e22310f4892bbbbdd6e8ba759143d81ff2c93ea516d |
| libtoml-tiny-perl_0.20-ok1.dsc | 2.1 KiB | a406d45617b4e23e7a68c5d113d74629a0533581cfce3a0b2ca0782a23e862d8 |
TOML::Tiny implements a pure-perl parser and generator for the
TOML (https:/
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.