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

    Бинарный пакет: lemon
    Версия: 3.22.0-alt0.M80C.1
    Архитектура: i586
    Собран:  8 июля 2019 г. 18:20 в задании #233628
    Исходный пакет: sqlite3
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.sqlite.org/

    Лицензия: Public Domain
    О пакете: The Lemon Parser Generator
    Описание: 
    Lemon is an LALR(1) parser generator for C or C++. It does the same
    job as bison and yacc. But lemon is not another bison or yacc
    clone. It uses a different grammar syntax which is designed to reduce
    the number of coding errors. Lemon also uses a more sophisticated
    parsing engine that is faster than yacc and bison and which is both
    reentrant and thread-safe. Furthermore, Lemon implements features
    that can be used to eliminate resource leaks, making is suitable for
    use in long-running programs such as graphical user interfaces or
    embedded controllers.

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


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


    28 января 2019 г. Andrey Cherepanov 3.22.0-alt0.M80C.1
    - Backport new version to c8 branch with enabled SQLITE_ENABLE_DBSTAT_VTAB.
    25 марта 2018 г. Vladimir D. Seleznev 3.22.0-alt1
    - 3.22.0
    - Patches from Fedora:
      + sqlite-3.7.7.1-stupid-openfiles-test.patch
      + sqlite-3.22.0-int-float-compare.patch
      + sqlite-3.22.0-corrupt-schema.patch
    - Fixes:
      + CVE-2017-15286 a NULL pointer dereference in tableColumnList
    13 сентября 2017 г. Mikhail Efremov 3.20.1-alt2
    - Enable FTS5 support (closes: #33885).