File: control

package info (click to toggle)
anomaly 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: cpp: 404; perl: 81; sh: 43; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 816 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
Source: anomaly
Maintainer: Debian Tasktools Packaging Team <taskdeb-discuss@nongnu.org>
Uploaders: Alejandro Garrido Mota <alejandro@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cmake
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/tasktools-team/anomaly
Vcs-Git: https://salsa.debian.org/tasktools-team/anomaly.git
Homepage: https://github.com/GothenburgBitFactory/anomaly/

Package: anomaly
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: detect anomalous data in a numeric stream
 To detect anomalous data in a numeric stream, anomaly needs to see
 a stream of numeric data and apply one of its detection methods.
 If an anomaly is detected, a response is made, chosen from one or
 more built in methods.