diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-04-26 22:08:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:12 +0700 |
commit | 370d774fdd183951ec71f2a2c9004535b25853be (patch) | |
tree | 76360ff8edc53147e218cb2c88cb795662cda621 /ruby/rubygem-ast/slack-desc | |
parent | 8d822f737023a37439d020653160e735aeece0ee (diff) |
ruby/rubygem-ast: Added (library for abstract syntax trees).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-ast/slack-desc')
-rw-r--r-- | ruby/rubygem-ast/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-ast/slack-desc b/ruby/rubygem-ast/slack-desc new file mode 100644 index 0000000000000..071741176de12 --- /dev/null +++ b/ruby/rubygem-ast/slack-desc @@ -0,0 +1,19 @@ +# 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------------------------------------------------------| +rubygem-ast: rubygem-ast (a library for working with abstract syntax trees) +rubygem-ast: +rubygem-ast: ast is a small library for working with immutable abstract syntax +rubygem-ast: trees. +rubygem-ast: +rubygem-ast: https://github.com/whitequark/ast +rubygem-ast: +rubygem-ast: +rubygem-ast: +rubygem-ast: +rubygem-ast: |