Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37040630
en ru br
Репозитории ALT
S:0.9.27-alt4.740.g347c036
5.1: 0.9.25-alt1
4.1: 0.9.23-alt4
4.0: 0.9.23-alt4
3.0: 0.9.22-alt1
www.altlinux.org/Changes

Группа :: Разработка/C
Пакет: tcc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.9.25-alt1
Время сборки: 13 июля 2009, 19:31 ( 767.4 недели назад )
Размер архива: 348.06 Kb

Домашняя страница:   http://bellard.org/tcc

Лицензия: LGPLv2.1+
О пакете: A small but hyper fast C compiler
Описание:

TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C
compilers, it is meant to be self-sufficient: you do not need an
external assembler or linker because TCC does that for you.
TCC compiles so fast that even for big projects Makefiles may not be
necessary.
TCC not only supports ANSI C, but also most of the new ISO C99 standard
and many GNUC extensions.
TCC can also be used to make C scripts, i.e. pieces of C source that
you run as a Perl or Python script. Compilation is so fast that your
script will be as fast as if it was an executable.
TCC can also automatically generate memory and bound checks while
allowing all C pointers operations. TCC can do these checks even if non
patched libraries are used.
With libtcc, you can use TCC as a backend for dynamic code generation.

Текущий майнтейнер: Led

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • libtcc-devel
  • tcc
  • tcc-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin