Source: ruby-byebug
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 14),
               gem2deb (>= 1),
               pry,
               rake,
               ruby-bundler,
               ruby-columnize,
               ruby-minitest,
               ruby-minitest-mock,
               ruby-simplecov
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-byebug.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-byebug
Homepage: https://github.com/deivid-rodriguez/byebug
Testsuite: autopkgtest-pkg-ruby

Package: ruby-byebug
Architecture: any
Multi-Arch: same
Depends: ruby, ruby-columnize
Description: Ruby fast debugger - base + CLI
 Byebug is a Ruby debugger. It's implemented using the
 TracePoint C API for execution control and the Debug Inspector C API for
 call stack navigation.  The core component provides support that front-ends
 can build on. It provides breakpoint handling and bindings for stack frames
 among other things and it comes with an easy to use command line interface.
