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
|
Source: mruby
Section: ruby
Priority: extra
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Uploaders: Akira Mitsui <murase.syuka@gmail.com>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), ruby, bison
Standards-Version: 3.9.8
Vcs-Git: git://github.com/mruby-debian/mruby.git
Vcs-Browser: https://github.com/mruby-debian/mruby
Package: mruby
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lightweight implementation of the Ruby language
mruby is the lightweight implementation of the Ruby language complying to
the ISO standard.
This can be linked and embedded within your application.
.
This package contains the following tools:
* mirb: Embeddable interactive ruby shell
* mrbc: mruby compiler
* mruby: mruby interpreter
* mrdb: mruby debugger
* mruby-strip: mruby strip
Package: libmruby-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lightweight implementation of the Ruby language (development files)
mruby is the lightweight implementation of the Ruby language complying to
the ISO standard.
This can be linked and embedded within your application.
.
This package contains the development files.
|