Source: ruby-ruby-parser Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Pirate Praveen , Cédric Boutillier , Build-Depends: debhelper-compat (= 12), gem2deb, rake, ruby-minitest, ruby-sexp-processor (>= 4.15~) Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ruby-parser.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ruby-parser Homepage: https://github.com/seattlerb/ruby_parser Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-ruby-parser Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-sexp-processor (>= 4.15~), ${misc:Depends}, ${shlibs:Depends} Breaks: ruby-parser (<= 3.11.0-1) Replaces: ruby-parser (<= 3.11.0-1) Description: Ruby parser written in pure Ruby ruby_parser (RP) can be used to parse and check syntax of Ruby code. "Pure Ruby" in this context means the parser's code * consists solely of Ruby source files * does not add any native extensions or other C code (eg. with RubyInline) which requires a C compiler to be present on the user's system . It utilizes racc and its output is same as that of ParseTree's.