golang-github-pointlander-peg 1.0.0-5ubuntu0.23.10.1 source package in Ubuntu

Changelog

golang-github-pointlander-peg (1.0.0-5ubuntu0.23.10.1) mantic-security; urgency=medium

  * No-change rebuild due to golang-1.20, golang1-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 29 Jan 2024 10:31:22 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-5ubuntu0.23.10.1.debian.tar.xz 3.7 KiB 18cf5d80ea6bd0b337622e07d26a89cfc3c50e15fcfee4fad14570c7cd95f53d
golang-github-pointlander-peg_1.0.0-5ubuntu0.23.10.1.dsc 2.3 KiB d869fde89559f2400c3877818b23dd2bce0c411db6226c10a8fe1d6f716983d7

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.