Skip to content

Commit

Permalink
Update mirage doc to 3.1.1.
Browse files Browse the repository at this point in the history
hannesm committed Aug 1, 2018
1 parent 3bab646 commit 35e2887
Showing 25 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions _html/index.html
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@
<div class="by-name">
<h2>OCaml package documentation</h2>
<ol>
<li><a href="mirage-runtime/index.html">mirage-runtime</a> <span class="version">3.1.0</span></li>
<li><a href="mirage-types-lwt/index.html">mirage-types-lwt</a> <span class="version">3.1.0</span></li>
<li><a href="mirage-types/index.html">mirage-types</a> <span class="version">3.1.0</span></li>
<li><a href="mirage/index.html">mirage</a> <span class="version">3.1.0</span></li>
<li><a href="mirage/index.html">mirage</a> <span class="version">3.1.1</span></li>
<li><a href="mirage-runtime/index.html">mirage-runtime</a> <span class="version">3.1.1</span></li>
<li><a href="mirage-types/index.html">mirage-types</a> <span class="version">3.1.1</span></li>
<li><a href="mirage-types-lwt/index.html">mirage-types-lwt</a> <span class="version">3.1.1</span></li>
</ol>
</div>
</body>
2 changes: 1 addition & 1 deletion _html/mirage-runtime/Mirage_info/index.html
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> &mdash; <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> &mdash; <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>
2 changes: 1 addition & 1 deletion _html/mirage-runtime/Mirage_runtime/index.html
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> &mdash; <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">&#8209;&gt;</span> <a href="index.html#type-log_threshold">log_threshold</a> list <span class="keyword">&#8209;&gt;</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> &mdash; <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">&#8209;&gt;</span> <a href="index.html#type-log_threshold">log_threshold</a> list <span class="keyword">&#8209;&gt;</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">&#8209;&gt;</span> string <span class="keyword">&#8209;&gt;</span> string array <span class="keyword">&#8209;&gt;</span> unit</code></div><div class="doc"></div></div></details></div></body></html>
4 changes: 2 additions & 2 deletions _html/mirage-runtime/index.html
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> &mdash; <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> &mdash; <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>
2 changes: 1 addition & 1 deletion _html/mirage-types-lwt/Mirage_types_lwt/index.html
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> &mdash; <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> &mdash; <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>
2 changes: 1 addition & 1 deletion _html/mirage-types-lwt/index.html
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> &mdash; <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> &mdash; <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>
2 changes: 1 addition & 1 deletion _html/mirage-types/Mirage_types/index.html
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@
then the operation may have completely failed, partially succeeded
or even completely succeeded (e.g. it may only be a confirmation
message in a network protocol which was missed): see individual API
descriptions for details.</li></ul><p><em>Release 3.1.0</em></p><div class="spec module-type" id="module-type-DEVICE"><a href="#module-type-DEVICE" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>DEVICE = Mirage_device.S</code></div><div class="doc"></div></div><h2>Time and clock devices</h2><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.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.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.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.S</code></div><div class="doc"><h2>Random</h2></div></div><h2>Connection between endpoints</h2><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.S</code></div><div class="doc"></div></div><h2>Console</h2><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.S</code></div><div class="doc"></div></div><h2>Sector-addressible block devices</h2><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.S</code></div><div class="doc"></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.S</code></div><div class="doc"><h2>Network module</h2></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.ETHIF</code></div><div class="doc"><h2>Ethernet module</h2></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.IP</code></div><div class="doc"><h2>IP stack</h2></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.ARP</code></div><div class="doc"><h2>ARP</h2></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.IPV4</code></div><div class="doc"><h2>IPv4 stack</h2></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.IPV6</code></div><div class="doc"><h2>IPv6 stack</h2></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.ICMP</code></div><div class="doc"><h2>ICMP module</h2></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.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.UDP</code></div><div class="doc"><h2>UDP module</h2></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.TCP</code></div><div class="doc"><h2>TCP module</h2></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.V4</code></div><div class="doc"><h2>TCP/IPv4 stack</h2></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.S</code></div><div class="doc"><h2>Buffered byte-stream</h2></div></div><h2>Static Key/value store</h2><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.RO</code></div><div class="doc"></div></div><h2>Filesystem devices</h2><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.S</code></div><div class="doc"></div></div></body></html>
descriptions for details.</li></ul><p><em>Release 3.1.1</em></p><div class="spec module-type" id="module-type-DEVICE"><a href="#module-type-DEVICE" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span>DEVICE = Mirage_device.S</code></div><div class="doc"></div></div><h2>Time and clock devices</h2><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.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.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.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.S</code></div><div class="doc"><h2>Random</h2></div></div><h2>Connection between endpoints</h2><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.S</code></div><div class="doc"></div></div><h2>Console</h2><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.S</code></div><div class="doc"></div></div><h2>Sector-addressible block devices</h2><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.S</code></div><div class="doc"></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.S</code></div><div class="doc"><h2>Network module</h2></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.ETHIF</code></div><div class="doc"><h2>Ethernet module</h2></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.IP</code></div><div class="doc"><h2>IP stack</h2></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.ARP</code></div><div class="doc"><h2>ARP</h2></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.IPV4</code></div><div class="doc"><h2>IPv4 stack</h2></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.IPV6</code></div><div class="doc"><h2>IPv6 stack</h2></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.ICMP</code></div><div class="doc"><h2>ICMP module</h2></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.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.UDP</code></div><div class="doc"><h2>UDP module</h2></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.TCP</code></div><div class="doc"><h2>TCP module</h2></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.V4</code></div><div class="doc"><h2>TCP/IPv4 stack</h2></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.S</code></div><div class="doc"><h2>Buffered byte-stream</h2></div></div><h2>Static Key/value store</h2><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.RO</code></div><div class="doc"></div></div><h2>Filesystem devices</h2><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.S</code></div><div class="doc"></div></div></body></html>
2 changes: 1 addition & 1 deletion _html/mirage-types/index.html
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> &mdash; <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> &mdash; <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>
6 changes: 3 additions & 3 deletions _html/mirage/Mirage/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _html/mirage/Mirage_key/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _html/mirage/index.html
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> &mdash; <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> &mdash; <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>
4 changes: 2 additions & 2 deletions _mlds/mirage-runtime/index.mld
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}
2 changes: 1 addition & 1 deletion _mlds/mirage-types-lwt/index.mld
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}.
2 changes: 1 addition & 1 deletion _mlds/mirage-types/index.mld
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}.
4 changes: 2 additions & 2 deletions _mlds/mirage/index.mld
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 modified _odoc/lib/mirage-runtime/mirage_info.odoc
Binary file not shown.
Binary file modified _odoc/lib/mirage-runtime/mirage_runtime.odoc
Binary file not shown.
Binary file modified _odoc/lib/mirage-types-lwt/mirage_types_lwt.odoc
Binary file not shown.
Binary file modified _odoc/lib/mirage-types/mirage_types.odoc
Binary file not shown.
Binary file modified _odoc/lib/mirage/mirage.odoc
Binary file not shown.
Binary file modified _odoc/lib/mirage/mirage_key.odoc
Binary file not shown.
Binary file modified _odoc/pkg/mirage-runtime/page-index.odoc
Binary file not shown.
Binary file modified _odoc/pkg/mirage-types-lwt/page-index.odoc
Binary file not shown.
Binary file modified _odoc/pkg/mirage-types/page-index.odoc
Binary file not shown.
Binary file modified _odoc/pkg/mirage/page-index.odoc
Binary file not shown.

0 comments on commit 35e2887

Please sign in to comment.