cpptoml 0.1.1-3 source package in Ubuntu

Changelog

cpptoml (0.1.1-3) unstable; urgency=medium

  * Update d/watch
  * Bump Standards-Version to 4.6.1

 -- Timo Röhling <email address hidden>  Sat, 01 Oct 2022 22:57:56 +0200

Upload details

Uploaded by:
Timo Röhling
Uploaded to:
Sid
Original maintainer:
Timo Röhling
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cpptoml_0.1.1-3.dsc 1.7 KiB fc2860f43de03f9ba7bd8e37ff04321961efaad6715bd6b718e96e672cff8ae1
cpptoml_0.1.1.orig.tar.gz 46.3 KiB 23af72468cfd4040984d46a0dd2a609538579c78ddc429d6b8fd7a10a6e24403
cpptoml_0.1.1-3.debian.tar.xz 3.7 KiB 6394ade2c2f75e8c9f90f57b6b043686288f391d252a9c6465c8c51d0e4066c9

Available diffs

No changes file available.

Binary packages built by this source

libcpptoml-dev: C++ header-only library for parsing TOML configuration files

 TOML is a file format for configuration files. It is intended to be easy
 to read and write due to obvious semantics which aim to be "minimal", and
 is designed to map unambiguously to a dictionary.
 .
 cpptoml is a C++ header-only library that implements the TOML 0.5.0
 standard.