This function must be called before <codeclass="code">Fl_package_base</code> can be used.
<pre><spanid="VALinit"><spanclass="keyword">val</span> init</span> : <codeclass="type">string list -> string -> string list -> unit</code></pre><divclass="info ">
<divclass="info-desc">
<p>This function must be called before <codeclass="code">Fl_package_base</code> can be used.
The first string corresponds to the <codeclass="code">OCAMLPATH</code> setting, the second
string is the location of the standard library.
<p>
This function is called by <ahref="Findlib.html#VALinit"><codeclass="code">Findlib.init</code></a> and <ahref="Findlib.html#VALinit_manually"><codeclass="code">Findlib.init_manually</code></a>,
so it is already sufficient to initialize the <codeclass="code">Findlib</code> module.<br>
The functions in this section operate on a representation of the
string is the location of the standard library. The second is the
list of directories with ignored duplicate cmi files.</p>
<p>This function is called by <ahref="Findlib.html#VALinit"><codeclass="code">Findlib.init</code></a> and <ahref="Findlib.html#VALinit_manually"><codeclass="code">Findlib.init_manually</code></a>,
so it is already sufficient to initialize the <codeclass="code">Findlib</code> module.</p>
</div>
</div>
<h2id="1_Thepackagegraph">The package graph</h2><p>The functions in this section operate on a representation of the
package graph in memory. The graph is usually only partially available,
as only packages are loaded that are queried for.<br>
as only packages are loaded that are queried for.</p>