Initialize Tizen 2.3
[external/ragel.git] / debian / control
1 Source: ragel
2 Section: devel
3 Priority: optional
4 Maintainer: Mike McCormack <mj.mccormack@samsung.com>
5 ## Maintainer: Robert Lemmen <robertle@semistable.com>
6 Build-Depends: debhelper (>> 7.0.0), autotools-dev, flex, bison
7 Standards-Version: 3.8.3
8
9 Package: ragel
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: compiles finite state machines into code in various languages
13  Ragel compiles finite state machines from regular languages into C, C++, 
14  Objective-C, D, Ruby or Java code. Ragel allows the programmer to embed 
15  actions at any point in a regular language. Non-determinism can be 
16  controlled through the use of embedded priorities and guarded regular 
17  language operators. Ragel also supports the construction of scanners and 
18  the building of state machines using state-charts. Ragel can be used to 
19  create robust recognizers and parsers which run very fast. It can work 
20  with integer-sized alphabets and can compile large state machines. 
21  The generated code has no dependencies.