golang-github-pointlander-peg 1.0.0-4 source package in Ubuntu

Changelog

golang-github-pointlander-peg (1.0.0-4) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:20:40 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-pointlander-peg_1.0.0-4.dsc 2.3 KiB f9241e6b67b9f6a90c8e2792427515549471d9b69cd5023152516474083cfa84
golang-github-pointlander-peg_1.0.0.orig.tar.gz 49.6 KiB 73fa50f5137d74993294d7384617b1aefd00a4d42d90b968d5a3d0d106f5a707
golang-github-pointlander-peg_1.0.0-4.debian.tar.xz 2.9 KiB f3e2a8f4410e4bff66cb24251dcf723526666fe7c2528044a1c854ab0d1bbd01

Available diffs

No changes file available.

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.