File: odoc_index.html

package info (click to toggle)
ocaml 5.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,124 kB
  • sloc: ml: 355,439; ansic: 51,636; sh: 25,098; asm: 5,413; makefile: 3,673; python: 919; javascript: 273; awk: 253; perl: 59; fortran: 21; cs: 9
file content (40 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (3)
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>