toml11 3.7.0-2 source package in Ubuntu

Changelog

toml11 (3.7.0-2) unstable; urgency=medium

  * Team upload.

  [ Lance Lin ]
  * Added autopkgtest files

  [ Andreas Tille ]
  * Source-only upload

 -- Andreas Tille <email address hidden>  Wed, 16 Feb 2022 12:16:46 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
toml11_3.7.0-2.dsc 2.0 KiB 829b3b4dd9f3c8d234bcfef85ca4554d30a91b61b7bcff81803813065e951593
toml11_3.7.0.orig.tar.gz 122.3 KiB a0b6bec77c0e418eea7d270a4437510884f2fe8f61e7ab121729624f04c4b58e
toml11_3.7.0-2.debian.tar.xz 2.6 KiB 98ec76f6ab175380f883afbac08f1f10224a371d79eebb9711645b4f8519b581

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.