智能化下的产物,无人棋牌室
MirageOS 2.5 发布,此版本首次在 MirageOS 配置语言支持 SSL/TLS,引入了 TLS 的纯 OCaml 实现。此版本同时包括大量的 bug 修复和稳定性改进(主要是网络)。更多改进详情请看发行说明和重要 API 改进。
MirageOS 主页域名变更:openmirage.org -> mirage.io。
更新日志:
- Change the type of the
Mirage.http_server
combinator. - Change the type of the
Mirage.conduit_direct
combinator. - [types] Remove
V1.ENTROPY
andV1_LWT.ENTROPY
. - Remove
Mirage.vchan
,Mirage.vchan_localhost
,Mirage.vchan_xen
and
Mirage.vchan_default
. - Remove
Mirage.conduit_client
andMirage.conduit_server
types. - Fix misleading “Compiling for target” messages in
mirage build
(#408 by @lnmx) - Add
--no-depext
to disable the automatic installation of opam depexts (#402) - Support
@name/file
findlib’s extended name syntax inxen_linkopts
fields.@name
is expanded to%{lib}%/name
- Modernize the Travis CI scripts
下载:https://github.com/mirage/mirage/archive/v2.5.0.zip。
更多改进内容请看这里。
Mirage 是一个用于在各种云计算和移动平台构建安全、高性能网络应用程序的系统。代码可以正常在 Linux、OS X 等常规系统中开发,然后编译成一个fully-standalone,专门的微核运行Xen hypervisor。Xen权力以来大多数公共云计算基础设施(如Amazon EC2,这让你的服务器运行更便宜,安全,更好的控制而不是一个完整的软件堆栈。