Source: golang-github-jasonish-go-idsrules Maintainer: Debian Go Packaging Team Uploaders: Sascha Steinbiss Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-stretchr-testify-dev Standards-Version: 4.5.1 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 Homepage: https://github.com/jasonish/go-idsrules Rules-Requires-Root: no 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.