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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: ruby
Section: interpreters
Priority: optional
Maintainer: akira yamada <akira@debian.org>
Build-Depends: autoconf, m4, bison, debhelper, patch, libgdbmg1-dev (>= 1.7.3-26.2), libncurses5-dev (>= 5.0-7), libreadline4-dev (>= 4.1-1), tcl8.3-dev (>= 8.3.1-1), tk8.3-dev (>= 8.3.1-1)
Standards-Version: 3.2.1
Package: ruby
Architecture: any
Depends: ${shlibs:Depends}
Suggests: ruby-examples, irb
Description: An interpreter of object-oriented scripting language Ruby
Ruby is the interpreted scripting language for quick and
easy object-oriented programming. It has many features to
process text files and to do system management tasks (as in
perl). It is simple, straight-forward, and extensible.
Package: libruby
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libnkf-ruby
Conflicts: libmd5-ruby, libshell-ruby, liburi-ruby
Replaces: libmd5-ruby, libshell-ruby, liburi-ruby
Description: Libraries necessary to run Ruby
This package includes libruby, which is necessary to run Ruby.
Package: ruby-dev
Section: devel
Architecture: any
Depends: libruby (= ${Source-Version})
Recommends: ruby (= ${Source-Version})
Description: Header files for compiling extension modules for the Ruby
This package contains header files, which is necessary to
make extension libraries for the Ruby.
Package: libcurses-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: Curses interface for Ruby
Curses interface for Ruby.
Package: libdbm-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: DBM interface for Ruby
DBM interface for Ruby.
Package: libgdbm-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: GDBM interface for Ruby
GDBM interface for Ruby.
Package: libnkf-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: Network Kanji code conversion Filter for Ruby
libnkf-ruby will let you use the nkf (Network Kanji code conversion
filter) from Ruby programs.
Package: libpty-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: pseudo tty interface for Ruby
This extension module adds Ruby a functionality to execute an
arbitrary command through pseudo tty (pty).
Package: libreadline-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: Readline interface for Ruby
Readline interface for Ruby.
Package: libsdbm-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: SDBM interface for Ruby
SDBM interface for Ruby. SDBM - ndbm work-alike hashed database library
based on Per-Aake Larson's Dynamic Hashing algorithms. BIT 18 (1978).
Package: libtcltk-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: Tk interface for Ruby
Tcl/Tk library interface for Ruby. This modules provides low level
interface to the Tcl/Tk library.
Package: libtk-ruby
Architecture: any
Depends: libtcltk-ruby (>= ${Source-Version})
Description: Tk interface for Ruby
Tk interface for Ruby. This modules is built on top of
ruby-tcltklib-module.
Package: libsyslog-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: UNIX syslog(3) interface for Ruby
Ruby interface to the UNIX syslog(3) calls.
Package: ruby-examples
Architecture: all
Suggests: ruby (>= ${Source-Version})
Description: Examples for Ruby
Examples for Ruby.
Package: ruby-elisp
Architecture: all
Depends: emacs20 | emacsen
Suggests: ruby (>= ${Source-Version}), irb (>= ${Source-Version})
Description: Emacs-lisp ruby-mode for Ruby
Emacs-lisp ruby-mode for Ruby.
Package: irb
Architecture: all
Depends: ruby (>= ${Source-Version}), libreadline-ruby (>= ${Source-Version}), libnkf-ruby (>= ${Source-Version})
Description: The Interactive Ruby.
The irb is acronym for Interactive RuBy. It evaluates Ruby expression
from the terminal.
|