File: control

package info (click to toggle)
golang-github-evilsocket-recording 0.0~git20190408.3ce1dcf-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,599 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
23
24
25
26
27
28
29
30
31
32
33
Source: golang-github-evilsocket-recording
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-evilsocket-islazy-dev,
               golang-github-kr-binarydist-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/bettercap/recording
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-evilsocket-recording
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-evilsocket-recording.git
XS-Go-Import-Path: github.com/bettercap/recording
Testsuite: autopkgtest-pkg-go

Package: golang-github-evilsocket-recording-dev
Architecture: all
Depends: golang-github-evilsocket-islazy-dev,
         golang-github-kr-binarydist-dev,
         ${misc:Depends}
Description: Allows reading and writing bettercap's session recordings
 A recording archive is a gzip file containing reference Session and Events
 JSON objects and their changes stored as patches in order to keep the file
 size as small as possible. Loading a session file implies generating all
 the frames starting from the reference one by iteratively applying those
 "state patches" until all recorded frames are stored in memory. This
 is done to allow, UI side, to skip forward to a specific frame index
 without all intermediate states being computed at runtime.
 .
 This package allows reading and writing bettercap's session recordings.