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
|
Source: ruby
Section: interpreters
Priority: optional
Maintainer: akira yamada <akira@debian.org>
Standards-Version: 3.0.1
Package: ruby
Architecture: any
Depends: ${shlibs:Depends}, libruby (= ${Source-Version})
Suggests: ruby-examples
Description: An interactive object-oriented scripting language.
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
Architecture: any
Depends: ${shlibs:Depends}
Description: Libraries necessary to run the Ruby.
This package includes the libruby, necessary to run the Ruby.
Package: ruby-dev
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ruby (= ${Source-Version})
Description: Header files for compiling extension modules for the Ruby.
This package contains the header files, necessary to make extension modules
for the Ruby.
Package: libcurses-ruby
Architecture: any
Depends: ${shlibs:Depends}, ruby (>= ${Source-Version})
Description: Curses interface for scripting language Ruby.
Curses interface for the object-oriented scripting language Ruby.
Package: libdbm-ruby
Architecture: any
Depends: ${shlibs:Depends}, ruby (>= ${Source-Version})
Description: DBM interface for scripting language Ruby.
DBM interface for the object-oriented scripting language Ruby.
Package: libgdbm-ruby
Architecture: any
Depends: ${shlibs:Depends}, ruby (>= ${Source-Version})
Description: GDBM interface for scripting language Ruby.
GDBM interface for the object-oriented scripting language Ruby.
Package: libmd5-ruby
Architecture: any
Depends: ${shlibs:Depends}, ruby (>= ${Source-Version})
Description: MD5 Message-Digest Algorithm for Ruby.
This is a implementation of MD5 Message-Digest algorithm for the
object-oriented scripting language Ruby.
Package: libnkf-ruby
Architecture: any
Depends: ${shlibs:Depends}, ruby (>= ${Source-Version})
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}, ruby (>= ${Source-Version})
Description: pseudo tty interface for the scripting language 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}, ruby (>= ${Source-Version})
Description: Readline interface for the scripting language ruby.
Readline interface for the object-oriented scripting language ruby.
Package: libsdbm-ruby
Architecture: any
Depends: ${shlibs:Depends}, ruby (>= ${Source-Version})
Description: SDBM interface for scripting language Ruby.
SDBM interface for the object-oriented scripting language 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}, ruby (>= ${Source-Version})
Description: Tk interface for scripting language Ruby.
Tcl/Tk library interface for the object-oriented scripting language Ruby.
This modules provides low level interface to the Tcl/Tk library.
Package: libtk-ruby
Architecture: any
Depends: libtcltk-ruby (>= ${Source-Version}), ruby (>= ${Source-Version})
Description: Tk interface for scripting language Ruby.
Tk interface for the object-oriented scripting language Ruby.
This modules is built on top of ruby-tcltklib-module.
Package: ruby-examples
Architecture: all
Suggests: ruby (>= ${Source-Version})
Description: Examples for the scripting language Ruby.
Examples for the object-oriented scripting language Ruby.
Package: ruby-elisp
Architecture: all
Depends: emacsen
Suggests: ruby, irb
Description: Emacs-lisp ruby-mode for the scripting language Ruby.
Emacs-lisp ruby-mode for the object-oriented scripting language Ruby.
Package: irb
Architecture: all
Depends: ruby, libreadline-ruby
Description: The Intaractive Ruby.
The irb is acronym for Interactive RuBy. It evaluates ruby expression
from the terminal.
|