pcpp 1.30-2build1 source package in Ubuntu

Changelog

pcpp (1.30-2build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:13:42 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pcpp_1.30.orig.tar.xz 64.2 KiB da996264b921b0aff5f31dc77e747b4139fa9ad0eb15677c9f44b34c9a2c1ebf
pcpp_1.30-2build1.debian.tar.xz 2.4 KiB ea8272ec7412b6de17837d0f05b6c8598c9ff65fd2a530aeafc59ced794ef5ce
pcpp_1.30-2build1.dsc 2.0 KiB 18b6931095a2214784f522e8f6074a2fd1859618b7af5bbe7a9ac6eebee0fc53

Available diffs

View changes file

Binary packages built by this source

python3-pcpp: A C99 preprocessor written in pure Python

 A pure universal Python C (pre-)preprocessor implementation, very useful
 for pre-preprocessing header only C++ libraries into single file includes
 and other such build or packaging stage manipulation.
 The implementation can be used as a Python module (see API reference)
 or as a command line tool pcpp which can stand in for a conventional C
 preprocessor (i.e. it'll accept similar arguments).