File: README.Debian

package info (click to toggle)
pycaml 0.82-14.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 788 kB
  • ctags: 1,115
  • sloc: ansic: 3,913; ml: 769; makefile: 68; python: 4
file content (22 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 <jgoerzen@complete.org>
   February 24, 2004