软件包:ruby-eventmachine(1.3~pre20220315-df4ab006-5)
ruby-eventmachine 的相关链接
Debian 的资源:
下载源码包 ruby-eventmachine:
- [ruby-eventmachine_1.3~pre20220315-df4ab006-5.dsc]
- [ruby-eventmachine_1.3~pre20220315-df4ab006.orig.tar.xz]
- [ruby-eventmachine_1.3~pre20220315-df4ab006-5.debian.tar.xz]
维护小组:
- Debian Ruby Team (QA 页面, 邮件存档)
- Laurent Arnoud (QA 页面)
- Paul van Tilburg (QA 页面)
- Per Andersson (QA 页面)
外部的资源:
- 主页 [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 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libruby (<< 1:3.2~)
- Libraries necessary to run Ruby
- dep: libruby (>= 1:3.1~0)
-
- dep: libruby3.1t64 (>= 3.1.2)
- Libraries necessary to run Ruby 3.1
-
- dep: libssl3t64 (>= 3.0.0)
- 安全套接字层工具箱 - 共享库
-
- dep: libstdc++6 (>= 13.1)
- GNU 标准 C++ 库,第3版