~ubuntu-branches/ubuntu/utopic/findlib/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/src/findlib_ocamlfind.mod

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2012-02-28 08:50:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120228085001-jihzgnhxh43fetjv
Tags: 1.2.8+debian-1
* New upstream release
* Switch debian/copyright to format 1.0
* Bump Standards-Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
   or: <link linkend="ocamlfind.ocamlopt">ocamlfind ocamlopt [-help | other options] <replaceable>file</replaceable> ...</link>
23
23
   or: <link linkend="ocamlfind.ocamldoc">ocamlfind ocamldoc [-help | other options] <replaceable>file</replaceable> ...</link>
24
24
   or: <link linkend="ocamlfind.ocamldep">ocamlfind ocamldep [-help | other options] <replaceable>file</replaceable> ...</link>
 
25
   or: <link linkend="ocamlfind.ocamlmklib">ocamlfind ocamlmklib [-help | other options] <replaceable>file</replaceable> ...</link>
25
26
   or: <link linkend="ocamlfind.ocamlbrowser">ocamlfind ocamlbrowser [-help | other options]</link>
26
27
   or: <link linkend="ocamlfind.install">ocamlfind install [-help | other options] <replaceable>package_name</replaceable> <replaceable>file</replaceable> ...</link>
27
28
   or: <link linkend="ocamlfind.remove">ocamlfind remove [-help | other options] <replaceable>package_name</replaceable></link>
675
676
<!-- ********************************************************************** -->
676
677
 
677
678
<refsect1>
 
679
<title><anchor id="ocamlfind.ocamlmklib">
 
680
  THE SUBCOMMAND "ocamlmklib"
 
681
</title>
 
682
 
 
683
<refsect2>
 
684
<title>Synopsis</title>
 
685
<programlisting>
 
686
ocamlfind ocamlmklib
 
687
          [ -package <replaceable>package-name-list</replaceable> |
 
688
            -predicates <replaceable>pred-name-list</replaceable> |
 
689
            -dllpath-pkg <replaceable>package-name-list</replaceable> |
 
690
            -dllpath-all |
 
691
            -passopt <replaceable>arg</replaceable> |
 
692
            <replaceable>standard-option</replaceable> ]
 
693
            <replaceable>file</replaceable> ...
 
694
</programlisting>
 
695
</refsect2>
 
696
 
 
697
<refsect2>
 
698
<title>Description</title>
 
699
 
 
700
<para>
 
701
This is a wrapper around ocamlmklib, and creates library archives and
 
702
DLLs. In addition to the standard options, one can use -package to
 
703
add the search path of packages. Note that no predicates are set by default -
 
704
the wrapper does not know whether this is about byte or native code linking.
 
705
</para>
 
706
 
 
707
<para>
 
708
This wrapper is mostly provided for completeness.
 
709
</para>
 
710
</refsect2>
 
711
 
 
712
</refsect1>
 
713
 
 
714
 
 
715
 
 
716
<!-- ********************************************************************** -->
 
717
 
 
718
<refsect1>
678
719
<title><anchor id="ocamlfind.ocamldep">
679
720
  THE "ocamldep" SUBCOMMAND
680
721
</title>