toml11 3.8.1-1 source package in Ubuntu

Changelog

toml11 (3.8.1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * d/control: Update Uploaders email
  * d/rules: Set CMAKE_CXX_STANDARD for configuration
  * d/patches: Set Forwarded field for cmake-install.patch
  * d/tests/run-unit-test: Set CMAKE_CXX_STANDARD for configuration
  * d/copyright: Update copyright year and email for debian files

 -- Lance Lin <email address hidden>  Fri, 12 Jan 2024 21:59:12 +0700

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
toml11_3.8.1-1.dsc 2.0 KiB 41d5c9b064c52c5f72be181adcd834895568687e13205e89a85d1971a2a5f29a
toml11_3.8.1.orig.tar.gz 132.4 KiB 6a3d20080ecca5ea42102c078d3415bef80920f6c4ea2258e87572876af77849
toml11_3.8.1-1.debian.tar.xz 3.2 KiB d794a1e7a507c47d245a47f8bc7d150b193ec41f75b248838f28ce8cdba15c14

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.