Source: ruby-unparser Section: ruby Maintainer: Debian Ruby Team Uploaders: Cocoa , Utkarsh Gupta Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), ruby, ruby-prism (>= 1.5.1), ruby-rspec, ruby-rspec-its, ruby-diff-lcs (>= 1.3), ruby-whitequark-parser (>= 3.3.0) Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-unparser.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-unparser Homepage: https://github.com/mbj/unparser Testsuite: autopkgtest-pkg-ruby Package: ruby-unparser Architecture: all Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Description: Generate equivalent source for parser gem AST nodes Unparser allows you to generate equivalent source for parser gem AST nodes. . The following constraints apply: . * No support for macruby extensions * Only support for the modern AST format * Only support for Ruby >= 2.5 . It serves well for mutant mutators and the in-memory vendoring for self hosting, and other tooling.