re2c 3.0
Name | re2c |
---|---|
Version | 3.0 |
Summary | Tool for writing very fast and very flexible scanners |
Description | A free and open-source lexer generator for C, C++ and Go. It compiles regular expressions to determinisitic finite automata and encodes the automata in the form of a program in the target language. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer. |
Section | devel |
License | PD |
Homepage | http://re2c.org/ |
Bug tracker | https://github.com/skvadrik/re2c/issues |
Recipe file | recipes-support/re2c/re2c_3.0.bb |
Layer | openembedded-core (kirkstone branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://github.com/skvadrik/re2c/releases/download/3.0/re2c-3.0.tar.xz |
Patches
None
Other branches
This recipe in other branches of openembedded-core:
Branch | Recipe |
---|---|
master | re2c 3.1 |
scarthgap (Yocto Project 5.0) | re2c 3.1 |
nanbield (Yocto Project 4.3) | re2c 3.1 |
mickledore (Yocto Project 4.2) | re2c 3.0 |
langdale (Yocto Project 4.1) | re2c 3.0 |
kirkstone (Yocto Project 4.0) | re2c 3.0 (this recipe) |
honister (Yocto Project 3.4) | re2c 2.2 |
hardknott (Yocto Project 3.3) | re2c 2.0.3 |
gatesgarth (Yocto Project 3.2) | re2c 2.0.3 |
dunfell (Yocto Project 3.1) | re2c 1.0.1 |
zeus (Yocto Project 3.0) | re2c 1.0.1 |
warrior (Yocto Project 2.7) | re2c 1.0.1 |
thud (Yocto Project 2.6) | re2c 1.0.1 |
sumo (Yocto Project 2.5) | re2c 0.16 |
rocko (Yocto Project 2.4) | re2c 0.16 |