golang-github-pointlander-peg 1.0.0-5build3 source package in Ubuntu

Changelog

golang-github-pointlander-peg (1.0.0-5build3) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:41 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
golang-github-pointlander-peg_1.0.0.orig.tar.gz 49.6 KiB 73fa50f5137d74993294d7384617b1aefd00a4d42d90b968d5a3d0d106f5a707
golang-github-pointlander-peg_1.0.0-5build3.debian.tar.xz 3.6 KiB 5ba99857e43be8990a689199dd4070fc8696dfede37f7bb487200152a545d952
golang-github-pointlander-peg_1.0.0-5build3.dsc 2.4 KiB eedc54e7c313260a1a79e7130cf493fc1a5bcbe9c15110f57a4a2bebc22408d4

Available diffs

View changes file

Binary packages built by this source

golang-github-pointlander-peg-dev: implementation of a Packrat parser generator - dev package

 Peg, Parsing Expression Grammar, is an implementation of a Packrat
 parser generator. A Packrat parser is a descent recursive parser capable
 of backtracking. The generated parser searches for the correct parsing
 of the input.
 .
 This is the dev package

peg-go: implementation of a Packrat parser generator in Go

 Peg, Parsing Expression Grammar, is an implementation of a Packrat
 parser generator. A Packrat parser is a descent recursive parser capable
 of backtracking. The generated parser searches for the correct parsing
 of the input.
 .
 This is the main package used to generate code.