golang-github-pointlander-peg 1.0.0-5ubuntu0.24.04.2 source package in Ubuntu
Changelog
golang-github-pointlander-peg (1.0.0-5ubuntu0.24.04.2) noble-security; urgency=medium * No change rebuild due to golang-1.22 update -- Evan Caville <email address hidden> Thu, 07 Nov 2024 12:43:43 +1000
Upload details
- Uploaded by:
- Evan Caville
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
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.24.04.2.debian.tar.xz | 3.8 KiB | bd0c96099a915b00b77ebe5fd645109710b3063c7da8be3783f4041180918855 |
golang-github-pointlander-peg_1.0.0-5ubuntu0.24.04.2.dsc | 2.4 KiB | 1efd5781b847a4b7cc0fb76379c9fc0a8183df631e9fa7247e39c9c8d0667bad |
Available diffs
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.