File: control

package info (click to toggle)
yaramod 3.21.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,800 kB
  • sloc: cpp: 77,169; python: 5,929; ansic: 280; sh: 96; makefile: 41
file content (63 lines) | stat: -rw-r--r-- 1,885 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: yaramod
Section: libs
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Arch:
 pkg-kde-tools,
 cmake,
 pkgconf,
 libpog-dev,
 libgtest-dev,
 dh-sequence-python3,
 pybind11-dev,
 python3-dev:native,
 libpython3-dev,
 python3-setuptools,
 nlohmann-json3-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/avast/yaramod
Vcs-Git: https://salsa.debian.org/yangfl-guest/yaramod.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/yaramod

Package: libyaramod-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libyaramod0 (= ${binary:Version}),
 libpog-dev,
 ${misc:Depends},
Description: YARA parser for C++ (development headers)
 yaramod is a library that provides parsing of YARA rules into AST and a C++
 programming interface to build new YARA rulesets. yaramod also comes with
 Python bindings and can be installed using pip.
 .
 This package contains the development headers.

Package: libyaramod0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: YARA parser for C++
 yaramod is a library that provides parsing of YARA rules into AST and a C++
 programming interface to build new YARA rulesets. yaramod also comes with
 Python bindings and can be installed using pip.
 .
 This package contains the library.

Package: python3-yaramod
Section: python
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
X-Python3-Version: ${python3:Versions}
Description: YARA parser for C++ (Python 3 binding)
 yaramod is a library that provides parsing of YARA rules into AST and a C++
 programming interface to build new YARA rulesets. yaramod also comes with
 Python bindings and can be installed using pip.
 .
 This package contains the Python 3 binding.