doctest 2.3.4+repack0-1 source package in Ubuntu

Changelog

doctest (2.3.4+repack0-1) unstable; urgency=medium

  * New 2.3.4 upstream release, to unstable

  * Update standards version, no changes needed.
  * Set upstream metadata fields: Contact, Name.

 -- Didier Raboud <email address hidden>  Sun, 18 Aug 2019 17:50:56 +0200

Upload details

Uploaded by:
Didier Raboud
Uploaded to:
Sid
Original maintainer:
Didier Raboud
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_2.3.4+repack0-1.dsc 1.8 KiB 1ead0e9a9dc51a03b7972cea8e4aeac13e41de41b37f17f97be1ea29cc6cf353
doctest_2.3.4+repack0.orig.tar.xz 1.9 MiB 91c9d17b899cea820b34088e5dbfd8c95fe0422fbe20ab3b4f6ddaec957b5430
doctest_2.3.4+repack0-1.debian.tar.xz 3.7 KiB 79728d384f628dedbb2d3b49a396acb258f680178a88ccf29d1d426f041f801d

Available diffs

No changes file available.

Binary packages built by this source

doctest-dev: Light and feature-rich C++ testing framework

 doctest is a light and feature-rich C++98 / C++11 single-header testing
 framework for unit tests and TDD.
 .
 It is inspired by the unittest {} functionality of the D programming
 language and Python's docstrings - tests can be considered a form of
 documentation and should be able to reside near the production code
 which they test. This isn't possible (or at least practical) with any
 other testing framework for C++.