File: control

package info (click to toggle)
golang-github-hillu-go-yara 4.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: ansic: 62; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,163 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
Source: golang-github-hillu-go-yara
Section: devel
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.2.1)
Standards-Version: 4.5.1
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.2.0),
         pkg-config
Description: Go bindings for YARA
 Go bindings for YARA (http://plusvic.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.