--- %YAML:1.0 TITLE : &title Calibre Coroutine NAME : &pkg calibre-coroutine VERSION : '1.0.0' DATE : '2005-10-30' STATUS : Beta/Stable AUTHOR : Florian Frank CONTACT : Thomas Sawyer EMAIL : &email transfire@gmail.com HOMEPAGE : "http://calibre.rubyforge.org" SUMMARY: Coroutine is a more flexible and generic type of subroutine. DESCRIPTION: > Coroutines are program components like subroutines. Coroutines are more generic and flexible than subroutines, but are less widely used in practice. Coroutines were first introduced natively in Simula. Coroutines are well suited for implementing more familiar program components such as cooperative tasks, iterators, infinite lists, and pipes. DEPENDENCIES: [] DISTRIBUTE: [ gem, tar.bz2, zip ] RUBYFORGE: PROJECT: 'calibre' USERNAME: transami PACKAGE: dir: '../../dist' RDOC: - dir: rdoc template: jamis options: ['--all', '--inline-source']