#1114893 ITP: participle -- A parser library for Go

#1114893#5
Date:
2025-09-11 10:35:06 UTC
From:
To:
* Package name    : participle
   Version         : 2.1.4-1
   Upstream Author : Alec Thomas
* URL             : https://github.com/alecthomas/participle
* License         : Expat
   Programming Lang: Go
   Description     : A parser library for Go

  The goal of this package is to provide a simple, idiomatic and elegant
  way of defining parsers in Go.
  .
  Participle's method of defining grammars should be familiar to any Go
  programmer who has used the encoding/json package: struct field tags
  define what and how input is mapped to those same fields. This is not
  unusual for Go encoders, but is unusual for a parser.
  .
  This is the v2 branch of Participle. V0 has previously been removed
  from Debian cf. RoM bug #1101176.

This is a dependency for zfind (ITP bug #1111567).