File: control

package info (click to toggle)
erlang-meck 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 396 kB
  • sloc: erlang: 3,490; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 887 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: erlang-meck
Maintainer: Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>, Philipp Huebner <debalance@debian.org>
Section: devel
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-rebar
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/erlang-team/packages/erlang-meck.git
Vcs-Browser: https://salsa.debian.org/erlang-team/packages/erlang-meck
Homepage: https://github.com/eproxus/meck

Package: erlang-meck
Architecture: all
Depends: ${erlang:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: mocking library for Erlang
 With meck you can easily mock modules in Erlang.
 You can also perform some basic validations on the mocked modules, such as
 making sure no unexpected exceptions occurred or looking at the call history.