a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup lazylist 0.1.2 basic_install.rb {README.en examples tests} rubyforge:1599
maintainers nomaintainer@macports.org
description Implementation of lazy lists for ruby
long_description This class implements lazy lists (or streams) for Ruby. Such \
lists avoid the computation of values which arent needed for \
some computation. So its possible to define infinite lists with \
a limited amount of memory. A value that hasnt been used yet is \
calculated on the fly and saved into the list. A value which is \
used for a second time is computed only once and just read out \
of memory for the second usage.
checksums md5 90f7b26e497814ac555253435e06b8ba
homepage http://www.ping.de/~flori/flott/exe/session/view/ruby
platforms darwin
extract.suffix .tgz