toml11 3.7.1-3 source package in Ubuntu

Changelog

toml11 (3.7.1-3) unstable; urgency=medium

  [ Adrian Bunk ]
  * autopkgtest: Disable -Werror and run tests on all architectures

 -- Andreas Tille <email address hidden>  Fri, 13 May 2022 06:58:04 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
toml11_3.7.1-3.dsc 2.0 KiB c5e8bf8e482a5eee251c9ed7376526d859fc35c39782b187532365ca6522940b
toml11_3.7.1.orig.tar.gz 127.0 KiB afeaa9aa0416d4b6b2cd3897ca55d9317084103077b32a852247d8efd4cf6068
toml11_3.7.1-3.debian.tar.xz 3.0 KiB 698ee591ebe43a2c64ea8cbb0ee25ddc94f57187c902e0002e5ef897207ef96d

Available diffs

No changes file available.

Binary packages built by this source

libtoml11-dev: TOML parser/encoder

 toml11:
 It is compatible to the latest version of TOML v1.0.0.
 It is one of the most TOML standard compliant libraries, tested with the
 language agnostic test suite for TOML parsers by BurntSushi.
 It shows highly informative error messages. You can see the error messages
 about invalid files at CircleCI.
 It has configurable container. You can use any random-access containers
 and key-value maps as backend containers.
 It optionally preserves comments without any overhead.
 It has configurable serializer that supports comments, inline tables,
 literal strings and multiline strings.
 It supports user-defined type conversion from/into toml values.
 It correctly handles UTF-8 sequences, with or without BOM,
 both on posix and Windows.
 .
 This package contains the development header files.