aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ragel
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-04-05 18:12:47 +0400
committerRoman I Khimov <khimov@altell.ru>2010-04-06 22:25:56 +0400
commita980755dd7d86b03e605049a894bee5fe7b43b95 (patch)
treee6e24b99c7a139979fac9cd414272f532581170a /recipes/ragel
parent51310ad412e3150dbddfad6c5acd73def83ec2fa (diff)
downloadopenembedded-a980755dd7d86b03e605049a894bee5fe7b43b95.tar.gz
ragel-native: new recipe
Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Objective-C, D, Java and Ruby. 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. Mostly used to build other applications, thus -native version only. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/ragel')
-rw-r--r--recipes/ragel/ragel-native_6.6.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/ragel/ragel-native_6.6.bb b/recipes/ragel/ragel-native_6.6.bb
new file mode 100644
index 0000000000..87a787b46b
--- /dev/null
+++ b/recipes/ragel/ragel-native_6.6.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Ragel State Machine Compiler"
+HOMEPAGE = "http://www.complang.org/ragel/"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.complang.org/ragel/ragel-${PV}.tar.gz;name=tar"
+SRC_URI[tar.md5sum] = "5c4366369f4934adc02bd71dc1a4ee1f"
+SRC_URI[tar.sha256sum] = "a8f38166d57163ff821ad4608ba258ed3b01ac8abb890440e03163cbb835e932"
+
+inherit autotools
+inherit native \ No newline at end of file