summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-06 22:32:34 -0600
committermo khan <mo.khan@gmail.com>2020-05-06 22:32:34 -0600
commit503fd0f6fdea9effed2086e2950e858450d35a88 (patch)
tree679fdd934846e0ae151b2634afa3969dfa0a72cb /.github
parentc96fe784c16cdd5690c5a64c1b0fe7b79ea9434f (diff)
Use parslet to prepare a tree represented in a Hash
Diffstat (limited to '.github')
-rw-r--r--.github/licensed/bundler/parslet.dep.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/licensed/bundler/parslet.dep.yml b/.github/licensed/bundler/parslet.dep.yml
new file mode 100644
index 0000000..91ff5e7
--- /dev/null
+++ b/.github/licensed/bundler/parslet.dep.yml
@@ -0,0 +1,33 @@
+---
+name: parslet
+version: 2.0.0
+type: bundler
+summary: Parser construction library with great error reporting in Ruby.
+homepage: http://kschiess.github.io/parslet
+license: mit
+licenses:
+- sources: LICENSE
+ text: |2
+ Copyright (c) 2010-2018 Kaspar Schiess
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+notices: []