Package lemon-3.34.1-8.el9_6.inferit.x86_64
Name | lemon |
---|---|
Epoch | 0 |
Version | 3.34.1 |
Release | 8.el9_6.inferit |
Architecture | x86_64 |
Website/URL | http://www.sqlite.org/ |
License | Public Domain |
Build Time | 2025-08-05 11:28:56 |
Build Host | certified-builder01.msvsphere-os.ru |
Summary | A parser generator |
Repositories | Updates |
Description | 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. |
Errata | — |
Size | 53 KiB |
Source Project | sqlite-3.34.1-8.el9_6.inferit |
SHA-256 checksum | b8ea18480fd3ea97926ded3ec91097e8d7d47b7fec91d44e478d98b1b8759bdc |
×
* Thu Jul 17 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.34.1-8 - Fixes CVE-2025-6965 * Fri Jul 19 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.34.1-7.inferit - Solving the undefined reference to sqlite3_deserialize problem * Wed Jan 03 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.34.1-7 - Fixes CVE-2023-7104