This file is indexed.

/usr/share/doc/liblo-ocaml-dev/html/LO.Message.html is in liblo-ocaml-dev 0.1.0-1build3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="LO.Address.html">
<link rel="next" href="LO.Server.html">
<link rel="Up" href="LO.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="LO" rel="Chapter" href="LO.html"><title>LO.Message</title>
</head>
<body>
<div class="navbar"><a class="pre" href="LO.Address.html" title="LO.Address">Previous</a>
&nbsp;<a class="up" href="LO.html" title="LO">Up</a>
&nbsp;<a class="post" href="LO.Server.html" title="LO.Server">Next</a>
</div>
<h1>Module <a href="type_LO.Message.html">LO.Message</a></h1>

<pre><span class="keyword">module</span> Message: <code class="code">sig</code> <a href="LO.Message.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><span id="TYPEtimetag"><span class="keyword">type</span> <code class="type"></code>timetag</span> = <code class="type">int * int</code> </pre>


<pre><span id="TYPEdata"><span class="keyword">type</span> <code class="type"></code>data</span> = <code class="type">[ `Blob of string<br>       | `Char of char<br>       | `Double of float<br>       | `False<br>       | `Float of float<br>       | `Infinitum<br>       | `Int32 of int<br>       | `Int64 of int<br>       | `Midi of string<br>       | `Nil<br>       | `String of string<br>       | `Symbol of string<br>       | `Timetag of <a href="LO.Message.html#TYPEtimetag">timetag</a><br>       | `True ]</code> </pre>

</body></html>