Package ruby-eventmachine: Information

    Source package: ruby-eventmachine
    Version: 0.12.11-alt3
    Build time:  Nov 17, 2010, 06:30 PM
    Category: Development/Ruby
    Report package bug
    License: MIT/Ruby
    Summary: fast, simple event-processing library for Ruby programs
    Description: 
    EventMachine implements a fast, single-threaded engine for arbitrary network
    communications. It's extremely easy to use in Ruby. EventMachine wraps all
    interactions with IP sockets, allowing programs to concentrate on the
    implementation of network protocols. It can be used to create both network
    servers and clients. To create a server or client, a Ruby program only needs
    to specify the IP address and port, and provide a Module that implements the
    communications protocol. Implementations of several standard network protocols
    are provided with the package, primarily to serve as examples. The real goal
    of EventMachine is to enable programs to easily interface with other programs
    using TCP/IP, especially if custom protocols are required.

    List of rpms provided by this srpm:
    ruby-eventmachine (x86_64, i586)
    ruby-eventmachine-doc (noarch)


    List of contributors:
    Timur Batyrshin

    ACL:
    Timur Batyrshin
    @ruby

      1. libruby-devel
      2. libssl-devel
      3. net-tools
      4. ruby-test-unit
      5. ruby-tool-rdoc
      6. ruby-tool-setup
      7. /proc
      8. gcc-c++

    Last changed


    Nov. 17, 2010 Timur Batyrshin 0.12.11-alt3
    - rebuild with new openssl
    July 1, 2010 Timur Batyrshin 0.12.11-alt2
    - fixed tests
    June 28, 2010 Timur Batyrshin 0.12.11-alt1
    - Built for Sisyphus