This file is indexed.

/usr/share/doc/libogg-ocaml-dev/html/Ogg.html is in libogg-ocaml-dev 0.4.5-1build2.

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!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="next" href="Ogg_demuxer.html">
<link rel="Up" href="index.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="Ogg" rel="Chapter" href="Ogg.html">
<link title="Ogg_demuxer" rel="Chapter" href="Ogg_demuxer.html"><title>Ogg</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Ogg_demuxer.html" title="Ogg_demuxer">Next</a>
</div>
<h1>Module <a href="type_Ogg.html">Ogg</a></h1>

<pre><span class="keyword">module</span> Ogg: <code class="code">sig</code> <a href="Ogg.html">..</a> <code class="code">end</code></pre><div class="info module top">
 Functions for manipulating ogg streams files using libogg.
<p>

<br>
<b>Author(s):</b> Samuel Mimram, Romain Beauxis<br>
</div>
<hr width="100%">

<pre><span id="EXCEPTIONNot_enough_data"><span class="keyword">exception</span> Not_enough_data</span></pre>

<pre><span id="EXCEPTIONBad_data"><span class="keyword">exception</span> Bad_data</span></pre>

<pre><span id="EXCEPTIONOut_of_sync"><span class="keyword">exception</span> Out_of_sync</span></pre>

<pre><span id="EXCEPTIONEnd_of_stream"><span class="keyword">exception</span> End_of_stream</span></pre>

<pre><span id="EXCEPTIONInternal_error"><span class="keyword">exception</span> Internal_error</span></pre>

<pre><span class="keyword">module</span> <a href="Ogg.Page.html">Page</a>: <code class="code">sig</code> <a href="Ogg.Page.html">..</a> <code class="code">end</code></pre><div class="info">
 The <code class="code">page</code> struct encapsulates the data for an Ogg page.
</div>

<pre><span class="keyword">module</span> <a href="Ogg.Sync.html">Sync</a>: <code class="code">sig</code> <a href="Ogg.Sync.html">..</a> <code class="code">end</code></pre>
<pre><span class="keyword">module</span> <a href="Ogg.Stream.html">Stream</a>: <code class="code">sig</code> <a href="Ogg.Stream.html">..</a> <code class="code">end</code></pre>
<pre><span class="keyword">module</span> <a href="Ogg.Skeleton.html">Skeleton</a>: <code class="code">sig</code> <a href="Ogg.Skeleton.html">..</a> <code class="code">end</code></pre></body></html>