This package browser is in early development. Mind the rough edges.

tcc

Tiny and fast C compiler

TCC, also referred to as "TinyCC", is a small and fast C compiler written in C. It supports ANSI C with GNU and extensions and most of the C99 standard.

Installation

Install the latest version of tcc as follows:

guix install tcc

Or install a particular version:

guix install tcc@0.9.27-1.a83b285

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.