Пакет ruby-eventmachine: Информация

    Исходный пакет: ruby-eventmachine
    Версия: 0.12.11-alt3
    Собран:  17 ноября 2010 г. 18:30
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.rubyeventmachine.com/

    Лицензия: MIT/Ruby
    О пакете: fast, simple event-processing library for Ruby programs
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    ruby-eventmachine (x86_64, i586)
    ruby-eventmachine-doc (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Timur Batyrshin

    Права:
    Timur Batyrshin
    @ruby

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

    Последнее изменение


    17 ноября 2010 г. Timur Batyrshin 0.12.11-alt3
    - rebuild with new openssl
    1 июля 2010 г. Timur Batyrshin 0.12.11-alt2
    - fixed tests
    28 июня 2010 г. Timur Batyrshin 0.12.11-alt1
    - Built for Sisyphus