Source: ruby-build Section: devel Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Sebastian Boehm , Piper McCorkle Build-Depends: asciidoctor, debhelper-compat (= 12) Standards-Version: 4.5.0 Homepage: https://github.com/rbenv/ruby-build Vcs-Git: https://salsa.debian.org/ruby-team/ruby-build.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-build Rules-Requires-Root: no Package: ruby-build Architecture: all Depends: build-essential, curl, libreadline6-dev, zlib1g-dev, ${misc:Depends} Recommends: libsqlite3-dev, libssl-dev, libxml2-dev, libxslt-dev, rbenv Suggests: autoconf, automake, bison, git-core, libtool Description: tool to compile and install different versions of Ruby ruby-build provides a simple way to compile and install different versions of Ruby. . ruby-build is great when you want to build Ruby versions that are not available via APT, for example if you need legacy or bleeding edge versions of Ruby. . Combined with rbenv, ruby-build lets you easily install and switch between different implementations of Ruby, such as MRI, JRuby, REE and others.