Open
Description
In debian, there exists already a mruby package:
✘ muammar@zarathustra ⮀ /tmp/tsc ⮀ aptitude show mruby
Package: mruby
State: installed
Automatically installed: no
Version: 1.1.0+20150601+gitbd2686d8-1
Priority: extra
Section: ruby
Maintainer: Nobuhiro Iwamatsu <[email protected]>
Architecture: amd64
Uncompressed Size: 2,349 k
Depends: libc6 (>= 2.14)
Conflicts: mruby
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
I understand the motivation on having mruby
compiled statically, but in order to upload tsc in debian, the src has to be able to compile using the mruby
debian package.
Thanks.