]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - ragel/ragel.nm
ragel: New package
[people/pmueller/ipfire-3.x.git] / ragel / ragel.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ragel
7 version = 6.10
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.complang.org/ragel/
12 license = GPL
13 summary = Ragel State Machine Compiler
14
15 description
16 Ragel compiles executable finite state machines from regular languages.
17 Ragel targets C, C++ and ASM. Ragel state machines can not only
18 recognize byte sequences as regular expression machines do, but can
19 also execute code at arbitrary points in the recognition of a regular
20 language. Code embedding is done using inline operators that do not
21 disrupt the regular language syntax.
22 end
23
24 source_dl = https://www.colm.net/files/%{name}/
25
26 packages
27 package %{name}
28
29 package %{name}-debuginfo
30 template DEBUGINFO
31 end
32 end