-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan Rochel
committed
Jan 13, 2022
0 parents
commit 272d6a2
Showing
61 changed files
with
942 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>index</title> | ||
<link rel="stylesheet" href="./odoc.css"/> | ||
<meta charset="utf-8"/> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"/> | ||
</head> | ||
<body> | ||
<main class="content"> | ||
<div class="by-name"> | ||
<h2>OCaml package documentation</h2> | ||
<ol> | ||
<li><a href="ocsipersist/index.html">ocsipersist</a> <span class="version">1.0.1</span></li> | ||
<li><a href="ocsipersist-dbm/index.html">ocsipersist-dbm</a> <span class="version">1.0.1</span></li> | ||
<li><a href="ocsipersist-lib/index.html">ocsipersist-lib</a> <span class="version">1.0.3</span></li> | ||
<li><a href="ocsipersist-pgsql/index.html">ocsipersist-pgsql</a> <span class="version">1.0.5</span></li> | ||
<li><a href="ocsipersist-sqlite/index.html">ocsipersist-sqlite</a> <span class="version">1.0</span></li> | ||
</ol> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ocsidbmtypes (ocsipersist-dbm.Ocsidbmtypes)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.0.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">ocsipersist-dbm</a> » Ocsidbmtypes</nav><header class="odoc-preamble"><h1>Module <code><span>Ocsidbmtypes</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec exception" id="exception-Ocsidbm_error" class="anchored"><a href="#exception-Ocsidbm_error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Ocsidbm_error</span></span></code></div></div><div class="odoc-spec"><div class="spec type" id="type-query" class="anchored"><a href="#type-query" class="anchor"></a><code><span><span class="keyword">type</span> query</span><span> = </span></code><table><tr id="type-query.Get" class="anchored"><td class="def variant constructor"><a href="#type-query.Get" class="anchor"></a><code><span>| </span><span><span class="constructor">Get</span> <span class="keyword">of</span> string * string</span></code></td></tr><tr id="type-query.Remove" class="anchored"><td class="def variant constructor"><a href="#type-query.Remove" class="anchor"></a><code><span>| </span><span><span class="constructor">Remove</span> <span class="keyword">of</span> string * string</span></code></td></tr><tr id="type-query.Replace" class="anchored"><td class="def variant constructor"><a href="#type-query.Replace" class="anchor"></a><code><span>| </span><span><span class="constructor">Replace</span> <span class="keyword">of</span> string * string * string</span></code></td></tr><tr id="type-query.Replace_if_exists" class="anchored"><td class="def variant constructor"><a href="#type-query.Replace_if_exists" class="anchor"></a><code><span>| </span><span><span class="constructor">Replace_if_exists</span> <span class="keyword">of</span> string * string * string</span></code></td></tr><tr id="type-query.Nextkey" class="anchored"><td class="def variant constructor"><a href="#type-query.Nextkey" class="anchor"></a><code><span>| </span><span><span class="constructor">Nextkey</span> <span class="keyword">of</span> string</span></code></td></tr><tr id="type-query.Firstkey" class="anchored"><td class="def variant constructor"><a href="#type-query.Firstkey" class="anchor"></a><code><span>| </span><span><span class="constructor">Firstkey</span> <span class="keyword">of</span> string</span></code></td></tr><tr id="type-query.Length" class="anchored"><td class="def variant constructor"><a href="#type-query.Length" class="anchor"></a><code><span>| </span><span><span class="constructor">Length</span> <span class="keyword">of</span> string</span></code></td></tr></table></div></div><div class="odoc-spec"><div class="spec type" id="type-answer" class="anchored"><a href="#type-answer" class="anchor"></a><code><span><span class="keyword">type</span> answer</span><span> = </span></code><table><tr id="type-answer.Ok" class="anchored"><td class="def variant constructor"><a href="#type-answer.Ok" class="anchor"></a><code><span>| </span><span><span class="constructor">Ok</span></span></code></td></tr><tr id="type-answer.Dbm_not_found" class="anchored"><td class="def variant constructor"><a href="#type-answer.Dbm_not_found" class="anchor"></a><code><span>| </span><span><span class="constructor">Dbm_not_found</span></span></code></td></tr><tr id="type-answer.Value" class="anchored"><td class="def variant constructor"><a href="#type-answer.Value" class="anchor"></a><code><span>| </span><span><span class="constructor">Value</span> <span class="keyword">of</span> string</span></code></td></tr><tr id="type-answer.End" class="anchored"><td class="def variant constructor"><a href="#type-answer.End" class="anchor"></a><code><span>| </span><span><span class="constructor">End</span></span></code></td></tr><tr id="type-answer.Key" class="anchored"><td class="def variant constructor"><a href="#type-answer.Key" class="anchor"></a><code><span>| </span><span><span class="constructor">Key</span> <span class="keyword">of</span> string</span></code></td></tr><tr id="type-answer.Error" class="anchored"><td class="def variant constructor"><a href="#type-answer.Error" class="anchor"></a><code><span>| </span><span><span class="constructor">Error</span> <span class="keyword">of</span> exn</span></code></td></tr></table></div></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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (ocsipersist-dbm.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.0.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – ocsipersist-dbm</nav><header class="odoc-preamble"><h1 id="ocsipersist-dbm"><a href="#ocsipersist-dbm" class="anchor"></a>ocsipersist-dbm</h1><p>For the API documentation see OPAM package <code>ocsipersist</code>.</p><p>Here we document the configuration options of the ocsigenserver extension. All sub-tags of the <code>extension</code> tag are optional.</p><pre><code><extension findlib-package="ocsipersist.dbm"> | ||
<delayloading val="false"/> | ||
<store dir="store"/> | ||
<ocsidbm name="ocsidbm"/> | ||
</extension></code></pre></header><div class="odoc-content"></div></body></html> |
Empty file.
Oops, something went wrong.