1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: ragel
Section: devel
Priority: optional
Maintainer: Chris Hofstaedtler <zeha@debian.org>
Build-Depends:
debhelper-compat (= 13),
bison,
fig2dev,
flex,
ghostscript,
gobjc,
gperf,
sharutils,
texlive,
texlive-latex-extra,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/adrian-thurston/ragel
Vcs-Git: https://salsa.debian.org/debian/ragel.git
Vcs-Browser: https://salsa.debian.org/debian/ragel.git
X-Style: black
Package: ragel
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: compiles finite state machines into code in various languages
Ragel compiles finite state machines from regular languages into C, C++,
Objective-C, D, Ruby or Java code. Ragel allows the programmer to embed
actions at any point in a regular language. Non-determinism can be
controlled through the use of embedded priorities and guarded regular
language operators. Ragel also supports the construction of scanners and
the building of state machines using state-charts. Ragel can be used to
create robust recognizers and parsers which run very fast. It can work
with integer-sized alphabets and can compile large state machines.
The generated code has no dependencies.
|