]> git.ipfire.org Git - ipfire-3.x.git/blame - ragel/ragel.nm
binutils: Update to 2.32
[ipfire-3.x.git] / ragel / ragel.nm
CommitLineData
4f043571
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = ragel
7version = 6.10
8release = 1
9
10groups = Development/Tools
11url = http://www.complang.org/ragel/
12license = GPL
13summary = Ragel State Machine Compiler
14
15description
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.
22end
23
24source_dl = https://www.colm.net/files/%{name}/
25
26packages
27 package %{name}
28
29 package %{name}-debuginfo
30 template DEBUGINFO
31 end
32end