File: control

package info (click to toggle)
hippomocks 5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 672 kB
  • sloc: cpp: 7,791; ansic: 31; makefile: 28
file content (20 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
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.