File: control

package info (click to toggle)
ruby-build 20241225.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,988 kB
  • sloc: sh: 1,980; makefile: 19; ruby: 14
file content (54 lines) | stat: -rw-r--r-- 1,622 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: ruby-build
Section: devel
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Boehm <sebastian@sometimesfood.org>,
           Piper McCorkle <contact@piperswe.me>
Build-Depends: debhelper-compat (= 13),
               bats,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-build.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-build
Homepage: https://github.com/rbenv/ruby-build
XS-Ruby-Versions: all
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,
            libyaml-dev,
            libgmp-dev,
            libncurses-dev,
            libffi-dev,
            libgdbm-dev,
            libdb-dev,
            uuid-dev,
            rustc,
            rbenv
Suggests: autoconf,
          automake,
          bison,
          git-core,
          libtool,
          default-jre,
          rake,
          ruby-dev
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.