OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../ragel/ragel.desc
  5. [COPY] Copyright (C) 2011 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] A Finite state machine compiler
  15. [T] Ragel compiles executable finite state machines from regular languages.
  16. [T] Ragel targets C, C++, Objective-C, D, Java and Ruby. Ragel state machines
  17. [T] can not only recognize byte sequences as regular expression machines do,
  18. [T] but can also execute code at arbitrary points in the recognition of a
  19. [T] regular language. Code embedding is done using inline operators that do
  20. [T] not disrupt the regular language syntax.
  21. [U] http://www.complang.org/ragel/
  22. [A] Adrian D. Thurston
  23. [M] Christian Wiese <chris@opensde.org>
  24. [C] extra/development
  25. [L] GPL
  26. [S] Stable
  27. [V] 6.7
  28. [P] X -----5---9 109.000
  29. [D] 3094523732 ragel-6.7.tar.gz http://www.complang.org/ragel/