           SPELL=event-loop
         VERSION=0.3
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.brockman.se/software/ruby-event-loop/$SOURCE
        WEB_SITE=http://www.brockman.se/software/ruby-event-loop/
         ENTERED=20070223
     SOURCE_HASH=sha512:519e258a7e3beb2ffde417bcb56308a29e308dd1c1451a2abaf1c5315cf563b56d79cf697b0cda44cda5050670bc8507e05c5b4adfe3f6a8f0e5a0d20b705d98
      LICENSE[0]=GPL
           SHORT="Simple and easy to use event loop"
cat << EOF
EventLoop is a simple IO::select-based main event loop featuring IO event
notification and timeout callbacks. It comes with a signal system inspired by
that of GLib. Appetizing examples: socket.on_readable { socket.sysread(256)
} Timer.new(1.0) { @clock.tick }
EOF
