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
|
Source: libruby2ruby-ruby
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tobias Grimm <etobi@debian.org>
Build-Depends: debhelper (>= 6), dpatch, cdbs, ruby-pkg-tools (>= 0.17), libsetup-ruby1.8
Build-Depends-Indep: ruby1.8, ruby1.9.1
Standards-Version: 3.8.4
Homepage: http://seattlerb.rubyforge.org/ruby2ruby/
Package: libruby2ruby-ruby1.8
Architecture: all
Depends: ruby1.8, libsexp-processor-ruby1.8, ${misc:Depends}
Description: Generate pure ruby code easily from ParseTree's Sexps (ruby1.8)
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 is for ruby1.8
Package: libruby2ruby-ruby
Architecture: all
Depends: libruby2ruby-ruby1.8, ${misc:Depends}
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.
|