LoveRuby.Net Projects

TMail
Internet message format library.
Racc
LALR(1) parser generator for Ruby. Racc runtime 1.4 is bundled with Ruby 1.8 or later.
setup.rb
Generic installer for Ruby programs.
Ripper
Ruby parser. Ripper is now bundled with Ruby 1.9 or later. Get Ruby 1.9 (trunk HEAD) from Ruby official site.
StringScanner (strscan)
Fast text scanner library. StringScanner comes with Ruby 1.8 or later.
amstd
This package is obsolete and is not maintained. You can get amstd library only from LoveRuby.Net subversion repository.

Small Scripts

Subversion Access

You can download true latest version of these packages from LoveRuby.Net Subversion server. Type following commands in your shell prompt:

$ svn http://i.loveruby.net/svn/public/PROJECT_NAME/trunk PROJECT_NAME

For example, to fetch trunk HEAD of Racc project, enter following command:

$ svn http://i.loveruby.net/svn/public/racc/trunk racc

You can get the list of hosted projects at http://i.loveruby.net/svn/public.