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
|
Source: libruby2ruby-ruby
Section: interpreters
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>> 3.0.0), dpatch
Standards-Version: 3.7.3
Package: libruby2ruby-ruby1.8
Architecture: all
Depends: ruby1.8
Description: Generate pure ruby code easily from ParseTree's Sexps
ruby2ruby provides a means of generating pure ruby code easily from
ParseTree's Sexps. This makes making dynamic language processors much
easier in ruby than ever before.
Package: libruby2ruby-ruby
Architecture: all
Depends: libruby2ruby-ruby1.8
Description: Generate pure ruby code easily from ParseTree's Sexps
ruby2ruby provides a means of generating pure ruby code easily from
ParseTree's Sexps. This makes making dynamic language processors much
easier in ruby than ever before.
.
This package provide documentation and depends on the package
containing the actual library for the default Ruby version.
|