python3-lark
Parsing library for Python (Python 3)
lark is a parsing library for Python which allows one to parse any
context-free grammar. It has implemented the following parsing
algorithms: Earley, LALR(1) and CYK.
python3-mitogen
Library for writing distributed self-replicating programs
Mitogen is a Python library for writing distributed self-replicating programs.
php-text-figlet
Engine for use FIGlet fonts to rendering text
The Text_Figlet is an engine for using FIGlet fonts to rendering text. With
Text_Figlet you can create ASCII-art like text using FIGlet font description
files (FIGlet fonts). The package supports horizontal smushing, German symbols
(e.g. äöü), RTL and LTR writing directions as well as incomplete and gzipped
fonts (as long as php's zlib extension is installed).
shapelib
Library for reading and writing ESRI Shapefiles - tools
The Shapefile format is a working and interchange format promoted by
ESRI for simple vector data with attributes. It is apparently the only
file format that can be edited in ARCView 2/3, and can also be exported
and imported in ArcGis.
lemon
LALR(1) Parser Generator for C or C++
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.
sqlite3-tools
Command line interface for SQLite 3 (tools)
This package contains various tools such as:
- showdb
- showjournal
- showstat4
- showwal
- sqldiff
- sqlite3_analyzer