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

    Исходный пакет: cint
    Версия: 7.3.00-alt1.svn20091016
    Собран:  19 октября 2009 г. 8:02
    Сообщить об ошибке в пакете
    Домашняя страница: http://root.cern.ch/drupal/content/cint

    Лицензия: MIT
    О пакете: An interpreter for C and C++ code
    Описание: 
    CINT is an interpreter for C and C++ code. It is useful e.g. for situations
    where rapid development is more important than execution time. Using an
    interpreter the compile and link cycle is dramatically reduced facilitating
    rapid development. CINT makes C/C++ programming enjoyable even for part-time
    programmers.
    
    CINT covers most of ANSI C and ISO C++. A CINT script can call compiled
    classes/functions and compiled code can make callbacks to CINT interpreted
    functions. Utilities like makecint and rootcint automate the process of
    embedding compiled C/C++ library code as shared objects (as Dynamic Link
    Library, DLL, or shared library, .so). Source files and shared objects can be
    dynamically loaded/unloaded without stopping the CINT process. CINT offers a gdb
    like debugging environment for interpreted programs.

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

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev


      1. libreadline-devel
      2. python-devel
      3. ncurses-devel
      4. libtinfo-devel
      5. gcc-c++

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


    19 октября 2009 г. Eugeny A. Rostovtsev 7.3.00-alt1.svn20091016
    - New snapshot
    - Avoided conflict with man-pages
    7 июля 2009 г. Eugeny A. Rostovtsev 7.3.00-alt1.svn20090707
    - Initial build for Sisyphus