Package ruby-eventmachine: Information

    Source package: ruby-eventmachine
    Version: 1.2.5-alt0.M70C.2
    Build time:  May 24, 2018, 01:18 PM in the task #206388
    Copied in the task: #206923
    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-debuginfo (x86_64, i586)
    ruby-eventmachine-doc (noarch)



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

    Last changed


    May 15, 2018 Andrey Cherepanov 1.2.5-alt0.M70C.2
    - Rebuild with Ruby 2.4.4.
    Aug. 23, 2017 Andrey Cherepanov 1.2.5-alt0.M70C.1
    - Backport to c7 branch
    July 31, 2017 Andrey Cherepanov 1.2.5-alt1
    - New version