Description
Ada command-line programs can gain line editing, history and interactive input features through readline bindings. It is useful for developers building shells, REPLs or terminal tools in Ada.
Most users receive it as a dependency of Ada-based tools. It does not add a standalone program; it improves interactive terminal behavior inside applications that use it.