golang-github-crowdsecurity-grokky 0.1.0-2 source package in Ubuntu

Changelog

golang-github-crowdsecurity-grokky (0.1.0-2) unstable; urgency=medium

  * Source-only upload for testing eligibility.

 -- Cyril Brulebois <email address hidden>  Mon, 17 Oct 2022 15:48:56 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-crowdsecurity-grokky_0.1.0-2.dsc 2.3 KiB e2e1af09155f320e76c1a2054c3c7e06c0dc04ecebc7981fce404ed5b03aa4c9
golang-github-crowdsecurity-grokky_0.1.0.orig.tar.gz 26.3 KiB 60fbda059e08c1866ad12740a24a0a86c77df80fa543395519455e0905dcc9d5
golang-github-crowdsecurity-grokky_0.1.0-2.debian.tar.xz 2.1 KiB 1951787d6c33bbb5f49e664f59951bb30e2d3c4535d6781f2ea7aaa5df55b0aa

No changes file available.

Binary packages built by this source

golang-github-crowdsecurity-grokky-dev: pure Golang Grok-like library

 grokky is a pure Golang Grok-like patterns library with a particular
 focus on parsing log files, and on performance (leveraging the RE2
 regular expression engine instead of Oniguruma).
 .
 The library was designed for creating many patterns and using them
 many times, while not retaining the exact same behaviors and features
 as the original library. The main goals are simplicity, speed, and
 ease of use.