Project

lazylist

0.0
No commit activity in last 3 years
No release in over 3 years
Implementation of lazy lists for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.2
 Project Readme
Installation
============

Just type into the command line as root:

# ruby install.rb

Or if you prefer to use rake, try:

# rake install

Or if you want to use rubygems just type this and rubygems fetches the gem and
installs it for you:

# gem install lazylist

Documentation
=============

The API documentatin of this library is can be produced by typing:
$ ruby make_doc.rb

Or with rake:
$ rake doc

You should also look into the files in the examples directory to get an idea
how this library is used. It is also interesting to examine the tests directory
for this reason.

Author
======

Florian Frank <flori@ping.de>

License
=======

GNU General Public License (GPL), Version 2