パッケージ: ruby-eventmachine (1.3~pre20220315-df4ab006-5 など)
ruby-eventmachine に関するリンク
ruby-eventmachine ソースパッケージをダウンロード:
- [ruby-eventmachine_1.3~pre20220315-df4ab006-5.debian.tar.xz]
- [ruby-eventmachine_1.3~pre20220315-df4ab006-5.dsc]
- [ruby-eventmachine_1.3~pre20220315-df4ab006.orig.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Ruby/EventMachine library
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.
その他の ruby-eventmachine 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.33)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libruby (<< 1:3.4~)
- Libraries necessary to run Ruby
- dep: libruby (>= 1:3.3~0)
-
- dep: libruby3.3 (>= 3.3.1)
- Libraries necessary to run Ruby 3.3
-
- dep: libssl3t64 (>= 3.0.0)
- Secure Sockets Layer toolkit - shared libraries
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3