1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: ruby-build
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Boehm <sebastian@sometimesfood.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), ruby-ronn
Standards-Version: 3.9.3
Homepage: https://github.com/sstephenson/ruby-build
Vcs-Git: git://git.debian.org/git/pkg-ruby-extras/ruby-build.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-build.git
Package: ruby-build
Architecture: all
Depends: ${misc:Depends}, curl, build-essential, libreadline6-dev, zlib1g-dev
Recommends: rbenv, libssl-dev, libsqlite3-dev, libxml2-dev, libxslt-dev
Suggests: autoconf, automake, libtool, bison, git-core
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.
|