1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: hippomocks
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Uploaders: Philippe Coval <rzr@users.sf.net>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Section: libs
Homepage: https://www.hippomocks.com
Vcs-Git: https://salsa.debian.org/debian-iot-team/hippomocks.git -b debian/master
Vcs-Browser: https://salsa.debian.org/debian-iot-team/hippomocks
Rules-Requires-Root: no
Package: hippomocks
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: C++ mocking framework
An easily usable mocking framework for C++ that allows you to
instantiate derived typeswhilst making your test,
without explicitly writing classes to do so.
|