ragel: New package

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.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2019-04-06 12:54:28 +01:00
parent f898c6bad2
commit 4f043571a8
1 changed files with 32 additions and 0 deletions

32
ragel/ragel.nm Normal file
View File

@ -0,0 +1,32 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = ragel
version = 6.10
release = 1
groups = Development/Tools
url = http://www.complang.org/ragel/
license = GPL
summary = Ragel 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.
end
source_dl = https://www.colm.net/files/%{name}/
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end