[ 源代码: unicorn ]
软件包:unicorn(6.1.0+git.20250131.1370f52-1)
unicorn 的相关链接
Debian 的资源:
下载源码包 unicorn:
- [unicorn_6.1.0+git.20250131.1370f52-1.dsc]
- [unicorn_6.1.0+git.20250131.1370f52.orig.tar.gz]
- [unicorn_6.1.0+git.20250131.1370f52-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [yhbt.net]
相似软件包:
Rack HTTP server for fast clients
Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix and Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both request and response in between Unicorn and slow clients.
其他与 unicorn 有关的软件包
|
|
|
|
-
- dep: libatomic1 (>= 4.8)
- 提供 __atomic 内置函数的支持库
-
- dep: libc6 (>= 2.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libruby (<< 1:3.4~)
- Libraries necessary to run Ruby
-
- dep: libruby3.1t64 (>= 3.1.2)
- Libraries necessary to run Ruby 3.1
- 或者 libruby3.3 (>= 3.3.1)
- Libraries necessary to run Ruby 3.3
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-kgio
- Kinder, gentler I/O for Ruby
-
- dep: ruby-rack
- modular Ruby webserver interface
-
- dep: ruby-raindrops (>= 0.7)
- real-time stats for preforking Rack servers