-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
25 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_info (mirage-runtime.Mirage_info)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_info</span></h1></header><p>Runtime information about the application.</p><p><em>Release 3.1.0</em></p><div class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>t</code><code><span class="keyword"> = </span>Functoria_info.info</code><code><span class="keyword"> = </span></code><code>{</code><table class="record"><tr id="type-t.name" class="anchored"><td class="def field"><a href="#type-t.name" class="anchor"></a><code>name : string;</code></td></tr><tr id="type-t.libraries" class="anchored"><td class="def field"><a href="#type-t.libraries" class="anchor"></a><code>libraries : string list;</code></td></tr><tr id="type-t.packages" class="anchored"><td class="def field"><a href="#type-t.packages" class="anchor"></a><code>packages : (string<span class="keyword"> * </span>string) list;</code></td></tr></table><code>}</code><code></code></div><div class="doc"></div></div></body></html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_info (mirage-runtime.Mirage_info)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_info</span></h1></header><p>Runtime information about the application.</p><p><em>Release 3.1.1</em></p><div class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>t</code><code><span class="keyword"> = </span>Functoria_info.info</code><code><span class="keyword"> = </span></code><code>{</code><table class="record"><tr id="type-t.name" class="anchored"><td class="def field"><a href="#type-t.name" class="anchor"></a><code>name : string;</code></td></tr><tr id="type-t.libraries" class="anchored"><td class="def field"><a href="#type-t.libraries" class="anchor"></a><code>libraries : string list;</code></td></tr><tr id="type-t.packages" class="anchored"><td class="def field"><a href="#type-t.packages" class="anchor"></a><code>packages : (string<span class="keyword"> * </span>string) list;</code></td></tr></table><code>}</code><code></code></div><div class="doc"></div></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_runtime (mirage-runtime.Mirage_runtime)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_runtime</span></h1></header><p>Mirage run-time utilities.</p><p><em>Release 3.1.0</em></p><h2>Log thresholds</h2><div class="spec type" id="type-log_threshold"><a href="#type-log_threshold" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>log_threshold</code><code><span class="keyword"> = </span>[ `All | `Src of string ]<span class="keyword"> * </span>Logs.level</code><code></code></div><div class="doc"><p>The type for log threshold.</p></div></div><div class="spec val" id="val-set_level"><a href="#val-set_level" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>set_level : default:Logs.level <span class="keyword">‑></span> <a href="index.html#type-log_threshold">log_threshold</a> list <span class="keyword">‑></span> unit</code></div><div class="doc"><p><code class="code">set_level ~default l</code> set the log levels needed to have all of | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_runtime (mirage-runtime.Mirage_runtime)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_runtime</span></h1></header><p>Mirage run-time utilities.</p><p><em>Release 3.1.1</em></p><h2>Log thresholds</h2><div class="spec type" id="type-log_threshold"><a href="#type-log_threshold" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>log_threshold</code><code><span class="keyword"> = </span>[ `All | `Src of string ]<span class="keyword"> * </span>Logs.level</code><code></code></div><div class="doc"><p>The type for log threshold.</p></div></div><div class="spec val" id="val-set_level"><a href="#val-set_level" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>set_level : default:Logs.level <span class="keyword">‑></span> <a href="index.html#type-log_threshold">log_threshold</a> list <span class="keyword">‑></span> unit</code></div><div class="doc"><p><code class="code">set_level ~default l</code> set the log levels needed to have all of | ||
the log sources appearing in <code class="code">l</code> be used.</p></div></div><div class="spec module" id="module-Arg"><a href="#module-Arg" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="Arg/index.html">Arg</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec include"><div class="doc"></div><details open="open"><summary><span class="def"><code><span class="keyword">include </span><span class="keyword">module type of </span>Functoria_runtime<span class="keyword"> with </span><span class="keyword">module </span><a href="index.html">Mirage_runtime</a>.Arg := <a href="index.html#module-Arg">Arg</a></code></span></summary><div class="spec module" id="module-Key"><a href="#module-Key" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="Key/index.html">Key</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec val" id="val-with_argv"><a href="#val-with_argv" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>with_argv : unit Cmdliner.Term.t list <span class="keyword">‑></span> string <span class="keyword">‑></span> string array <span class="keyword">‑></span> unit</code></div><div class="doc"></div></div></details></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-runtime.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage-runtime</a></span></nav><header></header><h2>Library mirage-runtime</h2><p> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-runtime.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage-runtime</a></span></nav><header></header><h3>Library mirage-runtime</h3><p> | ||
This library exposes the following toplevel modules: | ||
</p><table class="modules"><tr id="listing-module-Mirage_info" class="anchored"><td class="module"><a href="#listing-module-Mirage_info" class="anchor"></a><a href="Mirage_info/index.html">Mirage_info</a></td><td class="doc"></td></tr><tr id="listing-module-Mirage_runtime" class="anchored"><td class="module"><a href="#listing-module-Mirage_runtime" class="anchor"></a><a href="Mirage_runtime/index.html">Mirage_runtime</a></td><td class="doc"></td></tr></table><p>.</p></body></html> | ||
</p><table class="modules"><tr id="listing-module-Mirage_info" class="anchored"><td class="module"><a href="#listing-module-Mirage_info" class="anchor"></a><a href="Mirage_info/index.html">Mirage_info</a></td><td class="doc"></td></tr><tr id="listing-module-Mirage_runtime" class="anchored"><td class="module"><a href="#listing-module-Mirage_runtime" class="anchor"></a><a href="Mirage_runtime/index.html">Mirage_runtime</a></td><td class="doc"></td></tr></table></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_types_lwt (mirage-types-lwt.Mirage_types_lwt)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">mirage-types-lwt</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_types_lwt</span></h1></header><p>lwt-compatible MirageOS signatures.</p><p><em>Release 3.1.0</em></p><div class="spec module-type" id="module-type-TIME"><a href="#module-type-TIME" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TIME = Mirage_time_lwt.S</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-MCLOCK"><a href="#module-type-MCLOCK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>MCLOCK = Mirage_clock_lwt.MCLOCK</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-PCLOCK"><a href="#module-type-PCLOCK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>PCLOCK = Mirage_clock_lwt.PCLOCK</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-RANDOM"><a href="#module-type-RANDOM" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>RANDOM = Mirage_random.C</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-FLOW"><a href="#module-type-FLOW" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>FLOW = Mirage_flow_lwt.S</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-CONSOLE"><a href="#module-type-CONSOLE" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>CONSOLE = Mirage_console_lwt.S</code></div><div class="doc"><p>Consoles</p></div></div><div class="spec module-type" id="module-type-BLOCK"><a href="#module-type-BLOCK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>BLOCK = Mirage_block_lwt.S</code></div><div class="doc"><p>Block devices</p></div></div><div class="spec module-type" id="module-type-NETWORK"><a href="#module-type-NETWORK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>NETWORK = Mirage_net_lwt.S</code></div><div class="doc"><p>Network</p></div></div><div class="spec module-type" id="module-type-ETHIF"><a href="#module-type-ETHIF" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ETHIF = Mirage_protocols_lwt.ETHIF</code></div><div class="doc"><p>Network protocol implementations from Mirage_protocols</p></div></div><div class="spec module-type" id="module-type-ARP"><a href="#module-type-ARP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ARP = Mirage_protocols_lwt.ARP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-IP"><a href="#module-type-IP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>IP = Mirage_protocols_lwt.IP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-IPV4"><a href="#module-type-IPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>IPV4 = Mirage_protocols_lwt.IPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-IPV6"><a href="#module-type-IPV6" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>IPV6 = Mirage_protocols_lwt.IPV6</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-ICMP"><a href="#module-type-ICMP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ICMP = Mirage_protocols_lwt.ICMP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-ICMPV4"><a href="#module-type-ICMPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ICMPV4 = Mirage_protocols_lwt.ICMPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-UDP"><a href="#module-type-UDP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>UDP = Mirage_protocols_lwt.UDP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-UDPV4"><a href="#module-type-UDPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>UDPV4 = Mirage_protocols_lwt.UDPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-UDPV6"><a href="#module-type-UDPV6" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>UDPV6 = Mirage_protocols_lwt.UDPV6</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-TCP"><a href="#module-type-TCP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TCP = Mirage_protocols_lwt.TCP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-TCPV4"><a href="#module-type-TCPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TCPV4 = Mirage_protocols_lwt.TCPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-TCPV6"><a href="#module-type-TCPV6" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TCPV6 = Mirage_protocols_lwt.TCPV6</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-CHANNEL"><a href="#module-type-CHANNEL" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>CHANNEL = Mirage_channel_lwt.S</code></div><div class="doc"><p>Buffered TCP channel</p></div></div><div class="spec module-type" id="module-type-KV_RO"><a href="#module-type-KV_RO" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>KV_RO = Mirage_kv_lwt.RO</code></div><div class="doc"><p>KV RO</p></div></div><div class="spec module-type" id="module-type-FS"><a href="#module-type-FS" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>FS = Mirage_fs_lwt.S</code></div><div class="doc"><p>FS</p></div></div><div class="spec module-type" id="module-type-STACKV4"><a href="#module-type-STACKV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>STACKV4 = Mirage_stack_lwt.V4</code></div><div class="doc"><p>Single network stack</p></div></div></body></html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_types_lwt (mirage-types-lwt.Mirage_types_lwt)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">mirage-types-lwt</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_types_lwt</span></h1></header><p>lwt-compatible MirageOS signatures.</p><p><em>Release 3.1.1</em></p><div class="spec module-type" id="module-type-TIME"><a href="#module-type-TIME" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TIME = Mirage_time_lwt.S</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-MCLOCK"><a href="#module-type-MCLOCK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>MCLOCK = Mirage_clock_lwt.MCLOCK</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-PCLOCK"><a href="#module-type-PCLOCK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>PCLOCK = Mirage_clock_lwt.PCLOCK</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-RANDOM"><a href="#module-type-RANDOM" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>RANDOM = Mirage_random.C</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-FLOW"><a href="#module-type-FLOW" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>FLOW = Mirage_flow_lwt.S</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-CONSOLE"><a href="#module-type-CONSOLE" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>CONSOLE = Mirage_console_lwt.S</code></div><div class="doc"><p>Consoles</p></div></div><div class="spec module-type" id="module-type-BLOCK"><a href="#module-type-BLOCK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>BLOCK = Mirage_block_lwt.S</code></div><div class="doc"><p>Block devices</p></div></div><div class="spec module-type" id="module-type-NETWORK"><a href="#module-type-NETWORK" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>NETWORK = Mirage_net_lwt.S</code></div><div class="doc"><p>Network</p></div></div><div class="spec module-type" id="module-type-ETHIF"><a href="#module-type-ETHIF" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ETHIF = Mirage_protocols_lwt.ETHIF</code></div><div class="doc"><p>Network protocol implementations from Mirage_protocols</p></div></div><div class="spec module-type" id="module-type-ARP"><a href="#module-type-ARP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ARP = Mirage_protocols_lwt.ARP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-IP"><a href="#module-type-IP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>IP = Mirage_protocols_lwt.IP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-IPV4"><a href="#module-type-IPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>IPV4 = Mirage_protocols_lwt.IPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-IPV6"><a href="#module-type-IPV6" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>IPV6 = Mirage_protocols_lwt.IPV6</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-ICMP"><a href="#module-type-ICMP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ICMP = Mirage_protocols_lwt.ICMP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-ICMPV4"><a href="#module-type-ICMPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>ICMPV4 = Mirage_protocols_lwt.ICMPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-UDP"><a href="#module-type-UDP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>UDP = Mirage_protocols_lwt.UDP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-UDPV4"><a href="#module-type-UDPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>UDPV4 = Mirage_protocols_lwt.UDPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-UDPV6"><a href="#module-type-UDPV6" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>UDPV6 = Mirage_protocols_lwt.UDPV6</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-TCP"><a href="#module-type-TCP" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TCP = Mirage_protocols_lwt.TCP</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-TCPV4"><a href="#module-type-TCPV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TCPV4 = Mirage_protocols_lwt.TCPV4</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-TCPV6"><a href="#module-type-TCPV6" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>TCPV6 = Mirage_protocols_lwt.TCPV6</code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-CHANNEL"><a href="#module-type-CHANNEL" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>CHANNEL = Mirage_channel_lwt.S</code></div><div class="doc"><p>Buffered TCP channel</p></div></div><div class="spec module-type" id="module-type-KV_RO"><a href="#module-type-KV_RO" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>KV_RO = Mirage_kv_lwt.RO</code></div><div class="doc"><p>KV RO</p></div></div><div class="spec module-type" id="module-type-FS"><a href="#module-type-FS" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>FS = Mirage_fs_lwt.S</code></div><div class="doc"><p>FS</p></div></div><div class="spec module-type" id="module-type-STACKV4"><a href="#module-type-STACKV4" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>STACKV4 = Mirage_stack_lwt.V4</code></div><div class="doc"><p>Single network stack</p></div></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-types-lwt.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage-types-lwt</a></span></nav><header></header><h2>Library mirage-types-lwt</h2><p> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-types-lwt.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage-types-lwt</a></span></nav><header></header><h3>Library mirage-types-lwt</h3><p> | ||
The entry point of this library is the module: | ||
<a href="Mirage_types_lwt/index.html">Mirage_types_lwt</a>.</p></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-types.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage-types</a></span></nav><header></header><h2>Library mirage-types</h2><p> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-types.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage-types</a></span></nav><header></header><h3>Library mirage-types</h3><p> | ||
The entry point of this library is the module: | ||
<a href="Mirage_types/index.html">Mirage_types</a>.</p></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage</a></span></nav><header></header><h2>Library mirage</h2><p> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="index.html">mirage</a></span></nav><header></header><h3>Library mirage</h3><p> | ||
This library exposes the following toplevel modules: | ||
</p><table class="modules"><tr id="listing-module-Mirage" class="anchored"><td class="module"><a href="#listing-module-Mirage" class="anchor"></a><a href="Mirage/index.html">Mirage</a></td><td class="doc"></td></tr><tr id="listing-module-Mirage_key" class="anchored"><td class="module"><a href="#listing-module-Mirage_key" class="anchor"></a><a href="Mirage_key/index.html">Mirage_key</a></td><td class="doc"></td></tr></table><p>.</p></body></html> | ||
</p><table class="modules"><tr id="listing-module-Mirage" class="anchored"><td class="module"><a href="#listing-module-Mirage" class="anchor"></a><a href="Mirage/index.html">Mirage</a></td><td class="doc"></td></tr><tr id="listing-module-Mirage_key" class="anchored"><td class="module"><a href="#listing-module-Mirage_key" class="anchor"></a><a href="Mirage_key/index.html">Mirage_key</a></td><td class="doc"></td></tr></table></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{1 Library mirage-runtime} | ||
{2 Library mirage-runtime} | ||
This library exposes the following toplevel modules: | ||
{!modules:Mirage_info Mirage_runtime}. | ||
{!modules:Mirage_info Mirage_runtime} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{1 Library mirage-types-lwt} | ||
{2 Library mirage-types-lwt} | ||
The entry point of this library is the module: | ||
{!module-Mirage_types_lwt}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{1 Library mirage-types} | ||
{2 Library mirage-types} | ||
The entry point of this library is the module: | ||
{!module-Mirage_types}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{1 Library mirage} | ||
{2 Library mirage} | ||
This library exposes the following toplevel modules: | ||
{!modules:Mirage Mirage_key}. | ||
{!modules:Mirage Mirage_key} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.