cdecl 2.5-13.1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild for readline time64 change.

 -- Matthias Klose <email address hidden>  Thu, 14 Mar 2024 02:53:03 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Fredrik Hallenberg
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cdecl_2.5.orig.tar.gz 20.9 KiB ffb2dfd7cfae6f54e48db2a02f8f3ff57ae80612aa551e0f32c23fa14d55215b
cdecl_2.5-13.1build1.debian.tar.xz 4.1 KiB 3dfcca1b14168c4f47333b5279493ce1610c354db1d414a6112a646e862cd029
cdecl_2.5-13.1build1.dsc 1.6 KiB 03b3da11e2669b087c021d4e38d53fd73decfd43e6a1f912d3a02e0d687160b8

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