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 (>= 11),
               dh-golang,
               golang-any,
               pkg-config,
               libyara-dev (>= 3.7.0)
Standards-Version: 4.2.1
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: ${shlibs:Depends},
         ${misc:Depends},
         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.
