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

« back to all changes in this revision

Viewing changes to doc/src/findlib_reference.xml

  • 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:
43
43
>ocamlfind ocamldep [-help | other options] <REPLACEABLE
44
44
>file</REPLACEABLE> ...</LINK>
45
45
   or: <LINK
 
46
LINKEND="OCAMLFIND.OCAMLMKLIB"
 
47
>ocamlfind ocamlmklib [-help | other options] <REPLACEABLE
 
48
>file</REPLACEABLE> ...</LINK>
 
49
   or: <LINK
46
50
LINKEND="OCAMLFIND.OCAMLBROWSER"
47
51
>ocamlfind ocamlbrowser [-help | other options]</LINK>
48
52
   or: <LINK
623
627
>findlib.conf</LINK>.</PARA></REFSECT2></REFSECT1><REFSECT1
624
628
><TITLE
625
629
><ANCHOR
 
630
ID="OCAMLFIND.OCAMLMKLIB"
 
631
></ANCHOR>
 
632
  THE SUBCOMMAND "ocamlmklib"</TITLE><REFSECT2
 
633
><TITLE
 
634
>Synopsis</TITLE><PROGRAMLISTING
 
635
FORMAT="LINESPECIFIC"
 
636
>ocamlfind ocamlmklib
 
637
          [ -package <REPLACEABLE
 
638
>package-name-list</REPLACEABLE> |
 
639
            -predicates <REPLACEABLE
 
640
>pred-name-list</REPLACEABLE> |
 
641
            -dllpath-pkg <REPLACEABLE
 
642
>package-name-list</REPLACEABLE> |
 
643
            -dllpath-all |
 
644
            -passopt <REPLACEABLE
 
645
>arg</REPLACEABLE> |
 
646
            <REPLACEABLE
 
647
>standard-option</REPLACEABLE> ]
 
648
            <REPLACEABLE
 
649
>file</REPLACEABLE> ...</PROGRAMLISTING></REFSECT2><REFSECT2
 
650
><TITLE
 
651
>Description</TITLE><PARA
 
652
>This is a wrapper around ocamlmklib, and creates library archives and
 
653
DLLs. In addition to the standard options, one can use -package to
 
654
add the search path of packages. Note that no predicates are set by default -
 
655
the wrapper does not know whether this is about byte or native code linking.</PARA><PARA
 
656
>This wrapper is mostly provided for completeness.</PARA></REFSECT2></REFSECT1><REFSECT1
 
657
><TITLE
 
658
><ANCHOR
626
659
ID="OCAMLFIND.OCAMLDEP"
627
660
></ANCHOR>
628
661
  THE "ocamldep" SUBCOMMAND</TITLE><REFSECT2