peg 0.1.18-1build1 source package in Ubuntu

Changelog

peg (0.1.18-1build1) noble; urgency=medium

  * No change rebuild to gain buildinfo.

 -- Dimitri John Ledkov <email address hidden>  Sat, 17 Feb 2024 18:40:49 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Noble
Original maintainer:
Giulio Paci
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
peg_0.1.18.orig.tar.gz 56.4 KiB 20193bdd673fc7487a38937e297fff08aa73751b633a086ac28c3b34890f9084
peg_0.1.18-1build1.debian.tar.xz 4.8 KiB 20253047a3df0b7543354cf20b4a37959e320c2d0a94e0c4169eaa0f80067b60
peg_0.1.18-1build1.dsc 1.8 KiB 9db3d86c65f84fe65050eae9a3d688cd6c2e7242cd4816a1f62b30ebc092d2a0

View changes file

Binary packages built by this source

peg: recursive-descent parser generators for C

 This package provides peg and leg, two utilities that read a Parsing
 Expression Grammar (PEG) and generate a recursive-descent parser for
 it.
 .
 Unlike lex and yacc, peg and leg support unlimited backtracking,
 provide ordered choice as a means for disambiguation, and can combine
 scanning (lexical analysis) and parsing (syntactic analysis) into a
 single activity.

peg-dbgsym: debug symbols for peg