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

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

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

Available diffs

View changes file

Binary packages built by this source

libtoml-tiny-perl: 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.