File: control

package info (click to toggle)
golang-github-jasonish-go-idsrules 0.0~git20170503.0.c646b91-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (2)
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
Source: golang-github-jasonish-go-idsrules
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,
               golang-github-stretchr-testify-dev
Standards-Version: 4.1.4
Homepage: https://github.com/jasonish/go-idsrules
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jasonish-go-idsrules
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jasonish-go-idsrules.git
XS-Go-Import-Path: github.com/jasonish/go-idsrules

Package: golang-github-jasonish-go-idsrules-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: Go IDS rule parser
 This package provides a parser for Suricata and Snort style IDS rules.
 This means it contains Go data structures to represent such rules as
 well as the necessary code to parse text input into these structures,
 e.g. via an io.Reader.