# -*- encoding: utf-8 -*- # stub: sexpr 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "sexpr".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bernard Lambeau".freeze] s.date = "2023-06-09" s.description = "Sexpr helps manipulating s-expressions in ruby.".freeze s.email = ["blambeau@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/sexpr.rb".freeze, "lib/sexpr/errors.rb".freeze, "lib/sexpr/grammar.rb".freeze, "lib/sexpr/grammar/matching.rb".freeze, "lib/sexpr/grammar/options.rb".freeze, "lib/sexpr/grammar/parsing.rb".freeze, "lib/sexpr/grammar/tagging.rb".freeze, "lib/sexpr/matcher.rb".freeze, "lib/sexpr/matcher/alternative.rb".freeze, "lib/sexpr/matcher/many.rb".freeze, "lib/sexpr/matcher/non_terminal.rb".freeze, "lib/sexpr/matcher/reference.rb".freeze, "lib/sexpr/matcher/rule.rb".freeze, "lib/sexpr/matcher/sequence.rb".freeze, "lib/sexpr/matcher/terminal.rb".freeze, "lib/sexpr/node.rb".freeze, "lib/sexpr/parser.rb".freeze, "lib/sexpr/parser/citrus.rb".freeze, "lib/sexpr/parser/ext.rb".freeze, "lib/sexpr/processor.rb".freeze, "lib/sexpr/processor/helper.rb".freeze, "lib/sexpr/processor/null_helper.rb".freeze, "lib/sexpr/processor/sexpr_coercions.rb".freeze, "lib/sexpr/rewriter.rb".freeze, "lib/sexpr/version.rb".freeze, "spec/fixtures/bar.rb".freeze, "spec/fixtures/foo.rb".freeze, "spec/fixtures/preprocessed.rb".freeze, "spec/fixtures/simple_processor.rb".freeze, "spec/integration/bool_expr/test_not_push.rb".freeze, "spec/integration/bool_expr/test_parsing.rb".freeze, "spec/integration/bool_expr/test_tagging.rb".freeze, "spec/integration/bool_expr/test_validation.rb".freeze, "spec/integration/test_readme_examples.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/grammar/matching/test_compile_rule.rb".freeze, "spec/unit/grammar/matching/test_compile_rule_defn.rb".freeze, "spec/unit/grammar/matching/test_compile_rules.rb".freeze, "spec/unit/grammar/options/test_install_parser.rb".freeze, "spec/unit/grammar/options/test_install_path.rb".freeze, "spec/unit/grammar/options/test_install_root.rb".freeze, "spec/unit/grammar/tagging/test_looks_a_sexpr.rb".freeze, "spec/unit/grammar/tagging/test_mod2rulename.rb".freeze, "spec/unit/grammar/tagging/test_rule2modname.rb".freeze, "spec/unit/grammar/tagging/test_tag_sexpr.rb".freeze, "spec/unit/grammar/tagging/test_tagging_module_for.rb".freeze, "spec/unit/grammar/test_new.rb".freeze, "spec/unit/grammar/test_parse.rb".freeze, "spec/unit/grammar/test_sexpr.rb".freeze, "spec/unit/matcher/alternative/test_eat.rb".freeze, "spec/unit/matcher/alternative/test_match_q.rb".freeze, "spec/unit/matcher/many/test_eat.rb".freeze, "spec/unit/matcher/many/test_initialize.rb".freeze, "spec/unit/matcher/many/test_match_q.rb".freeze, "spec/unit/matcher/non_terminal/test_eat.rb".freeze, "spec/unit/matcher/non_terminal/test_match_q.rb".freeze, "spec/unit/matcher/reference/test_eat.rb".freeze, "spec/unit/matcher/reference/test_match_q.rb".freeze, "spec/unit/matcher/rule/test_eat.rb".freeze, "spec/unit/matcher/rule/test_match_q.rb".freeze, "spec/unit/matcher/sequence/test_eat.rb".freeze, "spec/unit/matcher/sequence/test_match_q.rb".freeze, "spec/unit/matcher/terminal/test_eat.rb".freeze, "spec/unit/matcher/terminal/test_match_q.rb".freeze, "spec/unit/matcher/terminal/test_terminal_match.rb".freeze, "spec/unit/node/test_sexpr_body.rb".freeze, "spec/unit/node/test_sexpr_copy.rb".freeze, "spec/unit/node/test_sexpr_type.rb".freeze, "spec/unit/node/test_tracking_markers.rb".freeze, "spec/unit/parser/citrus/test_new.rb".freeze, "spec/unit/parser/citrus/test_parse.rb".freeze, "spec/unit/parser/citrus/test_recognize.rb".freeze, "spec/unit/parser/citrus/test_registration.rb".freeze, "spec/unit/parser/citrus/test_to_sexpr.rb".freeze, "spec/unit/parser/test_factor.rb".freeze, "spec/unit/parser/test_input_text.rb".freeze, "spec/unit/processor/helper/test_call.rb".freeze, "spec/unit/processor/test_apply.rb".freeze, "spec/unit/processor/test_build_helper_chain.rb".freeze, "spec/unit/processor/test_call.rb".freeze, "spec/unit/processor/test_grammar.rb".freeze, "spec/unit/processor/test_helper.rb".freeze, "spec/unit/processor/test_sexpr_coercions.rb".freeze, "spec/unit/processor/test_use.rb".freeze, "spec/unit/rewriter/test_copy_and_apply.rb".freeze, "spec/unit/test_load.rb".freeze, "spec/unit/test_rewriter.rb".freeze, "spec/unit/test_sexpr.rb".freeze, "tasks/gem.rake".freeze, "tasks/test.rake".freeze] s.homepage = "https://github.com/blambeau/sexp".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A compilation framework around s-expressions".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.10".freeze]) end