Source: doctest
Section: devel
Priority: optional
Maintainer: Didier Raboud <odyx@debian.org>
Build-Depends:
 debhelper (>= 10.2.5~),
 cmake,
 doxygen,
Standards-Version: 4.1.1
Homepage: https://github.com/onqtam/doctest
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/doctest.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/doctest.git

Package: doctest-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: 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++.
