File: control

package info (click to toggle)
golang-github-hillu-go-yara 4.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: ansic: 62; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,169 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
Source: golang-github-hillu-go-yara
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               pkg-config,
               libyara-dev (>= 4.5.2)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/hillu/go-yara
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hillu-go-yara
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hillu-go-yara.git
XS-Go-Import-Path: github.com/hillu/go-yara
Testsuite: autopkgtest-pkg-go

Package: golang-github-hillu-go-yara-dev
Architecture: all
Depends: ${misc:Depends},
         libyara-dev (>= 4.3.2),
         pkg-config
Description: Go bindings for YARA
 Go bindings for YARA (https://virustotal.github.io/yara/), a description
 language and scanning engine for malware families based on textual or binary
 patterns.
 The bindings' intention is to stay as close as sensible to the library's C
 API while taking inspiration from the yara-python implementation.