cdecl 2.5-13.1build2 source package in Ubuntu

Changelog

cdecl (2.5-13.1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:36:46 +1100

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
cdecl_2.5.orig.tar.gz 20.9 KiB ffb2dfd7cfae6f54e48db2a02f8f3ff57ae80612aa551e0f32c23fa14d55215b
cdecl_2.5-13.1build2.debian.tar.xz 4.1 KiB e8771c369679d8c52c20579d729b43bfbfa970f3e6bc23090122d91392b90547
cdecl_2.5-13.1build2.dsc 1.7 KiB 5d89f6ae7680f278b85ed8608e0ad0d99794be2922514a191d37bcb5ac7087c8

Available diffs

View changes file

Binary packages built by this source

cdecl: Turn English phrases to C or C++ declarations

 Cdecl is a program which will turn English-like phrases such as "declare
 foo as array 5 of pointer to function returning int" into C declarations
 such as "int (*foo[5])()". It can also translate the C into the pseudo-
 English. And it handles typecasts, too. Plus C++. And in this version
 it has command line editing and history with the GNU readline library.

cdecl-dbgsym: debug symbols for cdecl