aboutsummaryrefslogtreecommi
aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/locales/en_US
ModeNameSize
d---------LC_MESSAGES39logplain
n/patch")) (char-signedness-patch (assoc-ref %build-inputs "char-signedness-patch"))) (invoke patch "-p1" "-i" char-signedness-patch)))))) '())) (native-inputs (if (target-aarch64?) `(("char-signedness-patch" ,(search-patch "ragel-char-signedness.patch")) ("patch" ,patch)) '())) (home-page "https://www.colm.net/open-source/ragel/") (synopsis "State machine compiler") (description "Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax.") ;; GPLv2 (or later) with exception for generated code. (license license:gpl2+)))