tao-config 0.0+git20200604.84a7383-2 source package in Ubuntu

Changelog

tao-config (0.0+git20200604.84a7383-2) unstable; urgency=medium

  * Team upload.
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
    update)

 -- Andreas Tille <email address hidden>  Mon, 20 Jul 2020 22:00:23 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tao-config_0.0+git20200604.84a7383-2.dsc 2.1 KiB 820065c2969c853666d7483b5f3f6ce635ca84f667b11cca64252a31367645f3
tao-config_0.0+git20200604.84a7383.orig.tar.xz 45.0 KiB 02837ef234cad292d90c6f41b431e7e1e22df2ec1b1c10420d63d66d0635382a
tao-config_0.0+git20200604.84a7383-2.debian.tar.xz 2.9 KiB c14759598253715571e1182d872f9d37b1041b3ec0e319b5bd44f6498db9624a

No changes file available.

Binary packages built by this source

tao-config-dev: header library that reads config files and produces a JSON value

 C++ header-only library that reads config files based on JSON and JAXN
 formats and in turn, produces a single JSON valur as a result.
 .
 Its features are as follows:
  1. JAXN syntax with extensions (backwards compatible with JSON).
  2. JAXN data model (JSON extended with binary data and non-finites).
  3. Meta data, all sub-values are annotated with filename and position.
  4. Copy, reference, replace and delete anything in the JSON structure.
  5. Multiple ways to read and parse other config and data files.
  6. Uses environmental variables and the output of arbitrary
     shell commands.

tao-config-examples: header library that reads config files and produces a JSON value (examples)

 C++ header-only library that reads config files based on JSON and JAXN
 formats and in turn, produces a single JSON valur as a result.
 .
 Its features are as follows:
  1. JAXN syntax with extensions (backwards compatible with JSON).
  2. JAXN data model (JSON extended with binary data and non-finites).
  3. Meta data, all sub-values are annotated with filename and position.
  4. Copy, reference, replace and delete anything in the JSON structure.
  5. Multiple ways to read and parse other config and data files.
  6. Uses environmental variables and the output of arbitrary
     shell commands.
 .
 This package accommodates tao-config-dev package, and provides example
 C++ sources featuring the usage and functionality of this library.