Pycaml for Debian ----------------- You can find some example Pycaml programs in /usr/share/doc/pycaml/examples. Here's how you build programs: BYTECODE COMPILATION -------------------- ocamlc pycaml.cma yourfile.ml -o output Note that "custom" mode is implied. NATIVE COMPILATION ------------------ ocamlopt pycaml.cmxa yourfile.ml -o output -- John Goerzen February 24, 2004