This file is indexed.

/usr/share/doc/libogg-ocaml-dev/html/Ogg.Skeleton.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
<!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="Ogg.Stream.html">
<link rel="Up" href="Ogg.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.Skeleton</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Ogg.Stream.html" title="Ogg.Stream">Previous</a>
&nbsp;<a class="up" href="Ogg.html" title="Ogg">Up</a>
&nbsp;</div>
<h1>Module <a href="type_Ogg.Skeleton.html">Ogg.Skeleton</a></h1>

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

<pre><span id="VALfishead"><span class="keyword">val</span> fishead</span> : <code class="type">?presentation_numerator:Int64.t -><br>       ?presentation_denominator:Int64.t -><br>       ?basetime_numerator:Int64.t -><br>       ?basetime_denominator:Int64.t -> ?utc:Int32.t -> unit -> <a href="Ogg.Stream.html#TYPEpacket">Ogg.Stream.packet</a></code></pre><div class="info ">
 Create an initial ogg skeleton packet ('fishead'),
 to complete with data packet from the various codecs
 in the stream ('fishbone').
 See: http://xiph.org/ogg/doc/skeleton.html.<br>
</div>

<pre><span id="VALeos"><span class="keyword">val</span> eos</span> : <code class="type">unit -> <a href="Ogg.Stream.html#TYPEpacket">Ogg.Stream.packet</a></code></pre><div class="info ">
Create an end-of-stream packet for
 an ogg skeleton logical stream<br>
</div>
</body></html>