| Name: | libecoli |
|---|---|
| Version: | 0.10.1 |
| Release: | 1.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 161403 |
| License: | BSD-3-Clause AND LicenseRef-Fedora-Public-Domain |
| RPM: | libecoli-0.10.1-1.el9.x86_64.rpm |
| Source RPM: | libecoli-0.10.1-1.el9.src.rpm |
| Build Date: | Fri Dec 26 2025 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/rjarry/libecoli |
| Summary: | Extensible COmmand LIne library |
| Description: | libecoli stands for Extensible COmmand LIne library. This library provides helpers to build interactive command line interfaces. What can it be used for? * Complex interactive command line interfaces in C (e.g.: a router CLI). * Application arguments parsing, native support for bash completion. * Generic text parsing. Main Features * Dynamic completion. * Contextual help. * Integrated with libedit, but can use any readline-like library. * Modular: the CLI behavior is defined through an assembly of basic nodes. * Extensible: the user can write its own nodes to provide specific features. * C API. |
- New upstream release v0.10.1
- New upstream release v0.9.1
- New upstream release v0.8.0
- New upstream release v0.7.2
- New upstream release v0.7.1
- New upstream release v0.6.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
- New upstream release v0.5.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Add missing requires libedit-devel