| OLD | NEW | 
| (Empty) |  | 
 |   1 Name: ragel | 
 |   2 URL: http://www.complang.org/ragel/ | 
 |   3 Version: 6.7 | 
 |   4 Date: 2011-05-22 | 
 |   5 License: GPL | 
 |   6  | 
 |   7 Description: Ragel is State Machine Compiler | 
 |   8  | 
 |   9 Ragel compiles executable finite state machines from regular languages. Ragel | 
 |  10 targets C, C++, Objective-C, D, Java and Ruby. Ragel state machines can not only | 
 |  11 recognize byte sequences as regular expression machines do, but can also execute | 
 |  12 code at arbitrary points in the recognition of a regular language. | 
 |  13  | 
 |  14 Code embedding is done using inline operators that do not disrupt the regular | 
 |  15 language syntax. | 
 |  16  | 
 |  17 This is version prebuilt on Ubuntu Lucid and thus it should be compatible with | 
 |  18 all major Linux distributions. | 
 |  19  | 
 |  20 Build script (build.sh) is included. | 
| OLD | NEW |