Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. $ ocamlfind printppx
  2. Usage: ocamlfind query [-help | other options] <package_name> ...
  3. or: ocamlfind ocamlc [-help | other options] <file> ...
  4. or: ocamlfind ocamlcp [-help | other options] <file> ...
  5. or: ocamlfind ocamlmklib [-help | other options] <file> ...
  6. or: ocamlfind ocamlmktop [-help | other options] <file> ...
  7. or: ocamlfind ocamlopt [-help | other options] <file> ...
  8. or: ocamlfind ocamloptp [-help | other options] <file> ...
  9. or: ocamlfind ocamldep [-help | other options] <file> ...
  10. or: ocamlfind ocamlbrowser [-help | other options]
  11. or: ocamlfind ocamldoc [-help | other options] <file> ...
  12. or: ocamlfind install [-help | other options] <package_name> <file> ...
  13. or: ocamlfind remove [-help | other options] <package_name>
  14. or: ocamlfind printconf [-help] [variable]
  15. or: ocamlfind lint [-help] <file>
  16. or: ocamlfind list
  17. or: ocamlfind pkg/cmd arg ...
  18. Select toolchain with:
  19. ocamlfind -toolchain <t> <command>
  20. Abbreviations:
  21. e.g. ocamlfind opt instead of ocamlfind ocamlopt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement