rust-peg 0.8.2-1 source package in Ubuntu

Changelog

rust-peg (0.8.2-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * bump project version in virtual packages and autopkgtests
  * add patch 2001 to avoid feature unstable
  * build- and autopkgtest-depend on package for crate version_check
  * autopkgtest-depend on feature-specific packages
  * provide and autopkgtest features std trace
  * update dh-cargo fork
  * update copyright info: update coverage

 -- Jonas Smedegaard <email address hidden>  Mon, 16 Oct 2023 18:10:34 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-peg_0.8.2-1.dsc 2.4 KiB 25c0d95792109552096ef4746b5208de2a33a4529e37e183ae627dffdc790848
rust-peg_0.8.2.orig.tar.gz 49.0 KiB e77c7605d948598a9bbc83d3c031bf8f79ba91e8eb8a6d78147cf7129a2118c3
rust-peg_0.8.2-1.debian.tar.xz 15.4 KiB 453335ba68912e84ed403b8a13cf66cecc932b4df201044000b78b5e91247ddd

Available diffs

No changes file available.

Binary packages built by this source

librust-peg-dev: simple Parsing Expression Grammar (PEG) parser generator

 rust-peg is a simple yet flexible parser generator
 that makes it easy to write robust parsers.
 Based on the Parsing Expression Grammar formalism,
 it provides a Rust macro
 that builds a recursive descent parser
 from a concise definition of the grammar.
 .
 This package contains the source
 for the Rust crate peg,
 packaged for use with cargo and dh-cargo.

librust-peg-macros-dev: simple Parsing Expression Grammar (PEG) parser generator - macros

 rust-peg is a simple yet flexible parser generator
 that makes it easy to write robust parsers.
 Based on the Parsing Expression Grammar formalism,
 it provides a Rust macro
 that builds a recursive descent parser
 from a concise definition of the grammar.
 .
 This package contains the source
 for the Rust crate peg-macros,
 packaged for use with cargo and dh-cargo.

librust-peg-runtime-dev: simple Parsing Expression Grammar (PEG) parser generator - runtime

 rust-peg is a simple yet flexible parser generator
 that makes it easy to write robust parsers.
 Based on the Parsing Expression Grammar formalism,
 it provides a Rust macro
 that builds a recursive descent parser
 from a concise definition of the grammar.
 .
 This package contains the source
 for the Rust crate peg-runtime,
 packaged for use with cargo and dh-cargo.