This file is indexed.

/usr/share/doc/liboasis-ocaml-doc/oasis/OASISPlugin.Configure.html is in liboasis-ocaml-doc 0.2.0-5build3.

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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!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="OASISPlugin.SetPlugin.html">
<link rel="next" href="OASISPlugin.Build.html">
<link rel="Up" href="OASISPlugin.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="Index of module types" rel=Appendix href="index_module_types.html">
<link title="FormatExt" rel="Chapter" href="FormatExt.html">
<link title="ODNFunc" rel="Chapter" href="ODNFunc.html">
<link title="PropList" rel="Chapter" href="PropList.html">
<link title="OASISUtils" rel="Chapter" href="OASISUtils.html">
<link title="OASISUnixPath" rel="Chapter" href="OASISUnixPath.html">
<link title="OASISContext" rel="Chapter" href="OASISContext.html">
<link title="OASISGettext" rel="Chapter" href="OASISGettext.html">
<link title="OASISMessage" rel="Chapter" href="OASISMessage.html">
<link title="OASISTypes" rel="Chapter" href="OASISTypes.html">
<link title="OASISParse" rel="Chapter" href="OASISParse.html">
<link title="OASISValues" rel="Chapter" href="OASISValues.html">
<link title="OASISExpr" rel="Chapter" href="OASISExpr.html">
<link title="OASISVersion" rel="Chapter" href="OASISVersion.html">
<link title="OASISLicense" rel="Chapter" href="OASISLicense.html">
<link title="OASISFileTemplate" rel="Chapter" href="OASISFileTemplate.html">
<link title="OASISBuildSection" rel="Chapter" href="OASISBuildSection.html">
<link title="OASISDocument" rel="Chapter" href="OASISDocument.html">
<link title="OASISExecutable" rel="Chapter" href="OASISExecutable.html">
<link title="OASISFlag" rel="Chapter" href="OASISFlag.html">
<link title="OASISLibrary" rel="Chapter" href="OASISLibrary.html">
<link title="OASISPackage" rel="Chapter" href="OASISPackage.html">
<link title="OASISSourceRepository" rel="Chapter" href="OASISSourceRepository.html">
<link title="OASISTest" rel="Chapter" href="OASISTest.html">
<link title="OASISPlugin" rel="Chapter" href="OASISPlugin.html">
<link title="OASISSchema" rel="Chapter" href="OASISSchema.html">
<link title="BaseArgExt" rel="Chapter" href="BaseArgExt.html">
<link title="BaseBuilt" rel="Chapter" href="BaseBuilt.html">
<link title="BaseCheck" rel="Chapter" href="BaseCheck.html">
<link title="BaseCustom" rel="Chapter" href="BaseCustom.html">
<link title="BaseData" rel="Chapter" href="BaseData.html">
<link title="BaseDev" rel="Chapter" href="BaseDev.html">
<link title="BaseDoc" rel="Chapter" href="BaseDoc.html">
<link title="BaseEnvLight" rel="Chapter" href="BaseEnvLight.html">
<link title="BaseEnv" rel="Chapter" href="BaseEnv.html">
<link title="BaseExec" rel="Chapter" href="BaseExec.html">
<link title="BaseFileAB" rel="Chapter" href="BaseFileAB.html">
<link title="BaseFilePath" rel="Chapter" href="BaseFilePath.html">
<link title="BaseFileUtil" rel="Chapter" href="BaseFileUtil.html">
<link title="BaseGenerate" rel="Chapter" href="BaseGenerate.html">
<link title="BaseLog" rel="Chapter" href="BaseLog.html">
<link title="BaseOCamlcConfig" rel="Chapter" href="BaseOCamlcConfig.html">
<link title="BaseSetup" rel="Chapter" href="BaseSetup.html">
<link title="BaseStandardVar" rel="Chapter" href="BaseStandardVar.html">
<link title="BaseTest" rel="Chapter" href="BaseTest.html">
<link title="BaseDynVar" rel="Chapter" href="BaseDynVar.html">
<link title="BaseMessage" rel="Chapter" href="BaseMessage.html">
<link title="BaseContext" rel="Chapter" href="BaseContext.html">
<link title="SubCommand" rel="Chapter" href="SubCommand.html"><title>OASISPlugin.Configure</title>
</head>
<body>
<div class="navbar"><a href="OASISPlugin.SetPlugin.html">Previous</a>
&nbsp;<a href="OASISPlugin.html">Up</a>
&nbsp;<a href="OASISPlugin.Build.html">Next</a>
</div>
<center><h1>Module <a href="type_OASISPlugin.Configure.html">OASISPlugin.Configure</a></h1></center>
<br>
<pre><span class="keyword">module</span> Configure: <code class="type"><a href="OASISPlugin.PLUGINS.html">PLUGINS</a></code><code class="type">  with 
  type act = package_act 
  and type data = package
  and type kind = [`Configure]</code></pre>This module manage plugin that can handle configure step.<br>
<hr width="100%">
<pre><span id="TYPEdata"><span class="keyword">type</span> <code class="type"></code>data</span> </pre>

<pre><span id="TYPEact"><span class="keyword">type</span> <code class="type"></code>act</span> </pre>

<pre><span id="TYPEkind"><span class="keyword">type</span> <code class="type"></code>kind</span> </pre>

<pre><span id="TYPEself_t"><span class="keyword">type</span> <code class="type"></code>self_t</span> = <code class="type"><a href="OASISPlugin.PLUGINS.html#TYPEkind">kind</a> <a href="OASISPlugin.html#TYPEt">OASISPlugin.t</a></code> </pre>

<pre><span id="TYPEself_plugin"><span class="keyword">type</span> <code class="type"></code>self_plugin</span> = <code class="type"><a href="OASISPlugin.PLUGINS.html#TYPEkind">kind</a> <a href="OASISTypes.html#TYPEplugin">OASISTypes.plugin</a></code> </pre>

<pre><span id="VALcreate"><span class="keyword">val</span> create</span> : <code class="type"><a href="OASISPlugin.PLUGINS.html#TYPEself_plugin">self_plugin</a> -><br>       <a href="OASISPlugin.PLUGINS.html#TYPEself_t">self_t</a> * <a href="OASISPlugin.html#TYPEall_t">OASISPlugin.all_t</a></code></pre><pre><span id="VALregister_act"><span class="keyword">val</span> register_act</span> : <code class="type"><a href="OASISPlugin.PLUGINS.html#TYPEself_t">self_t</a> -> <a href="OASISPlugin.PLUGINS.html#TYPEact">act</a> -> unit</code></pre><div class="info">
Register the <code class="code">section_act</code> or <code class="code">package_act</code> datastructure.<br>
</div>
<pre><span id="VALact"><span class="keyword">val</span> act</span> : <code class="type"><a href="OASISPlugin.PLUGINS.html#TYPEself_plugin">self_plugin</a> -> <a href="OASISPlugin.PLUGINS.html#TYPEact">act</a></code></pre><div class="info">
Get action.<br>
</div>
<pre><span id="VALquickstart_question"><span class="keyword">val</span> quickstart_question</span> : <code class="type">unit -> <a href="OASISPlugin.PLUGINS.html#TYPEself_plugin">self_plugin</a> <a href="OASISTypes.html#TYPEquickstart_question">OASISTypes.quickstart_question</a></code></pre><div class="info">
Quickstart question<br>
</div>
<pre><span id="VALvalue"><span class="keyword">val</span> value</span> : <code class="type"><a href="OASISPlugin.PLUGINS.html#TYPEself_plugin">self_plugin</a> <a href="OASISValues.html#TYPEt">OASISValues.t</a></code></pre><div class="info">
Parse a plugin field<br>
</div>
</body></html>