| Name: | ragel |
|---|---|
| Version: | 7.0.0.12 |
| Release: | 2.el8 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 15463792 |
| License: | MIT and LGPLv2+ |
| RPM: | ragel-7.0.0.12-2.el8.aarch64.rpm |
| Source RPM: | ragel-7.0.0.12-2.el8.src.rpm |
| Build Date: | Sun Jul 12 2020 |
| Build Host: | ca-buildarm05 |
| Vendor: | Oracle America |
| URL: | http://www.colm.net/open-source/ragel/ |
| Summary: | Finite state machine compiler |
| Description: | Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++ and ASM. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax. |