summaryrefslogtreecommitdiff
path: root/private/ragel/slack-desc
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-04-08 15:49:12 +0200
committerEugen Wissner <belka@caraus.de>2023-04-08 15:49:12 +0200
commitdbf14caee2f3ffbcfb21d5ca4d1566e0f57a1aed (patch)
tree166c6b8d6e70c18870226102a3718e4da04f72cd /private/ragel/slack-desc
parentb64a66a20c3c3bf794c0180de91c342a17a75a98 (diff)
downloadslackbuilder-dbf14caee2f3ffbcfb21d5ca4d1566e0f57a1aed.tar.gz
ragel: Removed
Diffstat (limited to 'private/ragel/slack-desc')
-rw-r--r--private/ragel/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/private/ragel/slack-desc b/private/ragel/slack-desc
deleted file mode 100644
index 2a6936b..0000000
--- a/private/ragel/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-ragel: ragel (State Machine Compiler)
-ragel:
-ragel: Ragel compiles executable finite state machines from regular
-ragel: languages. Ragel targets C, C++, Objective-C, D, Java and Ruby.
-ragel: Ragel state machines can not only recognize byte sequences as regular
-ragel: expression machines do, but can also execute code at arbitrary points
-ragel: in the recognition of a regular language. Code embedding is done using
-ragel: inline operators that do not disrupt the regular language syntax.
-ragel:
-ragel: homepage: https://www.colm.net/open-source/ragel/
-ragel: