Пакет tcc: Информация

    Исходный пакет: tcc
    Версия: 0.9.26.0.727.4134994-alt0.M80P.1
    Собран:  20 сентября 2016 г. 13:40 в задании #169519
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libtcc-devel (x86_64, i586)
    tcc (x86_64, i586)
    tcc-debuginfo (x86_64, i586)
    tcc-doc (noarch)

    Сопровождающий: Andrey Cherepanov


      1. perl-podlators
      2. /usr/bin/texi2html
      3. texinfo

    Последнее изменение


    20 сентября 2016 г. Andrey Cherepanov 0.9.26.0.727.4134994-alt0.M80P.1
    - Backport new version to p8 branch
    18 июля 2016 г. George V. Kouryachy 0.9.26.0.727.4134994-alt1
    - Upstream chenged to http://repo.or.cz/tinycc.git
    - Update to 0.9.26-727-g4134994
    3 декабря 2015 г. Igor Vlasenko 0.9.26-alt1.1
    - NMU: added BR: texinfo