blob: de9c9acfeb93bb6e3b6e5b82b880af371ed1edce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Libraries distributed with OCaml</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>
<p>The following libraries are distributed with the OCaml distribution.</p>
<br/>
<table class="modules">
<tr>
<td class="module"><a href="stdlib/index.html">stdlib</a></td>
<td class="doc">The OCaml Standard library.</td>
</tr>
<tr>
<td class="module"><a href="unix/index.html">unix</a></td>
<td class="doc">System programming.</td>
</tr>
<tr>
<td class="module"><a href="parsing/index.html">bigarray</a></td>
<td class="doc">Large, multi-dimensional, numerical arrays.</td>
</tr>
<tr>
<td class="module"><a href="str/index.html">str</a></td>
<td class="doc">Regular expressions.</td>
</tr>
<tr>
<td class="module"><a href="parsing/index.html">parsing</a></td>
<td class="doc">The OCaml compiler parsing frontend.</td>
</tr>
<tr>
<td class="module"><a href="num/index.html">num</a></td>
<td class="doc">Arbitrary precision integers (deprecated).</td>
</tr>
</table>
</body>
</html>
|