cwebx

C/C++ literate programming system (Marc van Leeuwen's version)

CWEBx is a complete rewrite of Levy & Knuth's version of CWEB. It uses a slightly different syntax from the L&K version, but provides a compatibility mode allowing L&K CWEB sources to be processed, producing similar (though not necessarily identical) output.

cxref

Generates LaTeX and HTML documentation for C programs

A program that takes as input a series of C source files and produces a LaTeX or HTML document containing a cross reference of the files/functions/variables in the program, including documentation taken from suitably formatted source code comments. The documentation is stored in the C source file in specially formatted comments, making it simple to maintain. The cross referencing includes lists of functions called, callers of each function, usage of global variables, header file inclusion, macro definitions and type definitions. Works for ANSI C, including many gcc extensions.

cycfx2prog

Cypress EZ-USB FX2 (LP) programmer

CycFX2Prog is a tool for programming the EZ-USB FX2 controller (i.e. downloading 8051 firmware into the RAM of the device) and doing basic endpoint communication for testing purposes.

astro-development

C/C++ development packages for astronomy

This metapackage will install Debian Astro packages which might be helpful for the development of (mainly C/C++) astronomical applications. Note that Java, Python and Tcl/Tk packages are not included here; they can be installed by selecting the according tasks.

education-standalone

Debian Edu standalone workstation packages

A metapackage containing dependencies for packages required on all small standalone workstation installations in the Debian Edu Blend.

libmodi1

Mac OS disk image format access library

libmodi is a library to access the Mac OS disk image format.