Пакет libre2-devel-static: Информация

    Исходный пакет: libre2-devel-static
    Версия: 0.0.1-alt1
    Собран:  12 марта 2010 г. 6:40
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/re2

    Лицензия: DSD
    О пакете: Regular expressions processing library for C++ programs developed by Google Inc
    Описание: 
    RE2 is a fast, safe, thread-friendly alternative to backtracking
    regular expression engines like those used in PCRE, Perl, and
    Python. It is a C++ library.  Backtracking engines are typically full
    of features and convenient syntactic sugar but can be forced into
    taking exponential amounts of time on even small inputs. RE2 uses
    automata theory to guarantee that regular expression searches run in
    time linear in the size of the input. RE2 implements memory limits, so
    that searches can be constrained to a fixed amount of memory. RE2 is
    engineered to use a small fixed C++ stack footprint no matter what
    inputs or regular expressions it must process; thus RE2 is useful in
    multithreaded environments where thread stacks cannot grow arbitrarily
    large.

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

    Сопровождающий: Michael Pozhidaev

    Список участников:
    Michael Pozhidaev

    Права:
    Michael Pozhidaev
    @everybody

      1. gcc-c++

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


    12 марта 2010 г. Michael Pozhidaev 0.0.1-alt1
    - First ALT Linux release