# $Id: Portfile 137363 2015-06-10 14:39:12Z kimuraw@macports.org $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup lazylist 0.2.1 gem {} rubygems license GPL-2 maintainers nomaintainer 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 121b48bde4db3492475e17d19ade02c2 platforms darwin