cxxheaderparser 1.3.1-1 source package in Ubuntu

Changelog

cxxheaderparser (1.3.1-1) unstable; urgency=medium

  * Upload to unstable.

 -- Christian Kastner <email address hidden>  Sat, 24 Feb 2024 18:14:52 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cxxheaderparser_1.3.1-1.dsc 2.3 KiB 64aa81b4704ae08abbfef6705914ae66770a39bb80fce81e9e62a67e42da2ad4
cxxheaderparser_1.3.1.orig.tar.gz 91.6 KiB 826b0685465506adc3b0b6c44f02bb8bfc158b207d726b176d6c58d7d16871e2
cxxheaderparser_1.3.1-1.debian.tar.xz 3.6 KiB 9d444f661c804a1ee3132969c2acfa63be7faa204cc1da619acf46a49b7006bf

No changes file available.

Binary packages built by this source

python-cxxheaderparser-doc: pure Python C++ header parser - documentation

 The cxxheaderparser library is used to parse syntactically valid C++
 code and operate on the results. It provides both a visitor-style
 interface to process the results as they are being parsed or the option
 of a single data structure containing all parsed information.
 .
 This is a complete rewrite of the CppHeaderParser library.
 .
 This package contains the library documentation.

python3-cxxheaderparser: pure Python C++ header parser

 The cxxheaderparser library is used to parse syntactically valid C++
 code and operate on the results. It provides both a visitor-style
 interface to process the results as they are being parsed or the option
 of a single data structure containing all parsed information.
 .
 This is a complete rewrite of the CppHeaderParser library.
 .
 This package contains the library.